Package | Description |
---|---|
jnr.posix |
Modifier and Type | Field | Description |
---|---|---|
static jnr.ffi.mapper.ToNativeConverter<WString,jnr.ffi.Pointer> |
WString.Converter |
Modifier and Type | Method | Description |
---|---|---|
static WString |
WString.path(String path) |
Modifier and Type | Method | Description |
---|---|---|
int |
WindowsLibC._wchdir(WString path) |
|
int |
WindowsLibC._wchmod(WString path,
int pmode) |
|
int |
WindowsLibC._wmkdir(WString path) |
|
int |
WindowsLibC._wstat64(WString path,
FileStat stat) |
|
boolean |
WindowsLibC.CreateHardLinkW(WString oldname,
WString newName,
WString reserved) |
|
HANDLE |
WindowsLibC.FindFirstFileW(WString wpath,
WindowsFindData findData) |
|
int |
WindowsLibC.GetFileAttributesExW(WString path,
int infoLevel,
WindowsFileInformation fileInformation) |
|
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 © 2018. All rights reserved.