Package | Description |
---|---|
jnr.posix |
Modifier and Type | Field and Description |
---|---|
static jnr.ffi.mapper.ToNativeConverter<WString,jnr.ffi.Pointer> |
WString.Converter |
Modifier and Type | Method and Description |
---|---|
static WString |
WString.path(String path) |
Modifier and Type | Method and Description |
---|---|
int |
WindowsLibC._wchmod(WString path,
int pmode) |
int |
WindowsLibC._wmkdir(WString path) |
boolean |
WindowsLibC.CreateHardLinkW(WString oldname,
WString newName,
WString reserved) |
int |
WindowsLibC.GetFileAttributesW(WString path) |
boolean |
WindowsLibC.RemoveDirectoryW(WString path) |
boolean |
WindowsLibC.SetEnvironmentVariableW(WString envName,
WString envValue) |
int |
WindowsLibC.SetFileAttributesW(WString path,
int flags) |
Copyright © 2017. All Rights Reserved.