| java.lang.Object java.io.FileSystem java.io.Win32FileSystem
All known Subclasses: java.io.WinNTFileSystem,
Method Summary | |
public String | canonicalize(String path) | native protected String | canonicalize0(String path) | protected String | canonicalizeWithPrefix(String canonicalPrefix, String filename) | native protected String | canonicalizeWithPrefix0(String canonicalPrefix, String pathWithCanonicalPrefix) | native public boolean | checkAccess(File f, int access) | public int | compare(File f1, File f2) | native public boolean | createDirectory(File f) | native public boolean | createFileExclusively(String path) | public boolean | delete(File f) | native protected boolean | delete0(File f) | public String | fromURIPath(String path) | native public int | getBooleanAttributes(File f) | public String | getDefaultParent() | native protected String | getDriveDirectory(int drive) | native public long | getLastModifiedTime(File f) | native public long | getLength(File f) | public char | getPathSeparator() | public char | getSeparator() | public long | getSpace(File f, int t) | public int | hashCode(File f) | public boolean | isAbsolute(File f) | native public String[] | list(File f) | public File[] | listRoots() | public String | normalize(String path) | static String | parentOrNull(String path) | public int | prefixLength(String path) | public boolean | rename(File f1, File f2) | native protected boolean | rename0(File f1, File f2) | public String | resolve(String parent, String child) | public String | resolve(File f) | native public boolean | setLastModifiedTime(File f, long time) | native public boolean | setPermission(File f, int access, boolean enable, boolean owneronly) | native public boolean | setReadOnly(File f) |
Win32FileSystem | public Win32FileSystem()(Code) | | |
checkAccess | native public boolean checkAccess(File f, int access)(Code) | | |
createDirectory | native public boolean createDirectory(File f)(Code) | | |
delete0 | native protected boolean delete0(File f)(Code) | | |
getBooleanAttributes | native public int getBooleanAttributes(File f)(Code) | | |
getDriveDirectory | native protected String getDriveDirectory(int drive)(Code) | | |
getLastModifiedTime | native public long getLastModifiedTime(File f)(Code) | | |
getLength | native public long getLength(File f)(Code) | | |
getPathSeparator | public char getPathSeparator()(Code) | | |
getSeparator | public char getSeparator()(Code) | | |
setLastModifiedTime | native public boolean setLastModifiedTime(File f, long time)(Code) | | |
setPermission | native public boolean setPermission(File f, int access, boolean enable, boolean owneronly)(Code) | | |
setReadOnly | native public boolean setReadOnly(File f)(Code) | | |
|
|