FileDocCategorySizeDatePackage
WinNTFileSystem.javaAPI DocJava SE 5 API1641Fri Aug 26 15:03:30 BST 2005java.io

WinNTFileSystem

public class WinNTFileSystem extends Win32FileSystem
Unicode-aware FileSystem for Windows NT/2000.
author
Konstantin Kladko
version
1.9, 04/03/20
since
1.4

Fields Summary
Constructors Summary
Methods Summary
protected native java.lang.Stringcanonicalize0(java.lang.String path)

protected native java.lang.StringcanonicalizeWithPrefix0(java.lang.String canonicalPrefix, java.lang.String pathWithCanonicalPrefix)

public native booleancheckAccess(java.io.File f, boolean write)

public native booleancreateDirectory(java.io.File f)

public native booleancreateFileExclusively(java.lang.String path)

protected native booleandelete0(java.io.File f)

public native synchronized booleandeleteOnExit(java.io.File f)

public native intgetBooleanAttributes(java.io.File f)

protected native java.lang.StringgetDriveDirectory(int drive)

public native longgetLastModifiedTime(java.io.File f)

public native longgetLength(java.io.File f)

private static native voidinitIDs()

public native java.lang.String[]list(java.io.File f)

protected native booleanrename0(java.io.File f1, java.io.File f2)

public native booleansetLastModifiedTime(java.io.File f, long time)

public native booleansetReadOnly(java.io.File f)