org.jruby.ext.posix

Interface WindowsLibC

public interface WindowsLibC extends LibC

Method Summary
booleanCreateHardLinkA(String oldname, String newName, byte[] reserved)
intGetFileType(int handle)
int_open_osfhandle(int handle, int flags)
int_utime64(String filename, UTimBuf64 times)
int_wmkdir(byte[] path)

Method Detail

CreateHardLinkA

public boolean CreateHardLinkA(String oldname, String newName, byte[] reserved)

GetFileType

public int GetFileType(int handle)

_open_osfhandle

public int _open_osfhandle(int handle, int flags)

_utime64

public int _utime64(String filename, UTimBuf64 times)

_wmkdir

public int _wmkdir(byte[] path)