public class TUnixFileSystem extends Object
| Constructor and Description |
|---|
TUnixFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
String |
canonicalize(String path) |
boolean |
checkAccess(File f,
int attribute) |
int |
compare(File f1,
File f2) |
boolean |
createDirectory(File f) |
boolean |
createFileExclusively(String path) |
boolean |
delete(File f) |
String |
fromURIPath(String path) |
int |
getBooleanAttributes(File f) |
String |
getDefaultParent() |
long |
getLastModifiedTime(File f) |
long |
getLength(File f) |
int |
getNameMax(String path) |
char |
getPathSeparator() |
char |
getSeparator() |
long |
getSpace(File var1,
int var2) |
int |
hashCode(File f) |
boolean |
isAbsolute(File f) |
String[] |
list(File var1) |
File[] |
listRoots() |
String |
normalize(String pathname) |
int |
prefixLength(String pathname) |
boolean |
rename(File f1,
File f2) |
String |
resolve(File f) |
String |
resolve(String parent,
String child) |
boolean |
setLastModifiedTime(File var1,
long var2) |
boolean |
setPermission(File f,
int access,
boolean enable,
boolean owneronly) |
boolean |
setReadOnly(File var1) |
public char getSeparator()
public char getPathSeparator()
public int prefixLength(String pathname)
public String getDefaultParent()
public boolean isAbsolute(File f)
public int getBooleanAttributes(File f)
public boolean checkAccess(File f, int attribute)
public long getLastModifiedTime(File f)
public long getLength(File f)
public boolean setPermission(File f, int access, boolean enable, boolean owneronly)
public boolean createFileExclusively(String path)
public boolean delete(File f)
public boolean createDirectory(File f)
public boolean setLastModifiedTime(File var1, long var2)
public boolean setReadOnly(File var1)
public File[] listRoots()
public long getSpace(File var1, int var2)
public int getNameMax(String path)
public int hashCode(File f)
Copyright © 2021 Systemprogrammierung Mirko Sertic. All rights reserved.