org.jruby.ext.posix
public interface WindowsLibC extends LibC
| Method Summary | |
|---|---|
| boolean | CreateHardLinkA(String oldname, String newName, byte[] reserved) |
| int | GetFileType(int handle) |
| int | _open_osfhandle(int handle, int flags) |
| int | _utime64(String filename, UTimBuf64 times) |
| int | _wmkdir(byte[] path) |