Example usage for Java java.io FileSystem fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | delete(File f) Delete the file or directory denoted by the given abstract pathname, returning true if and only if the operation succeeds. |
char | getSeparator() Return the local filesystem's name-separator character. |
boolean | rename(File f1, File f2) Rename the file or directory denoted by the first abstract pathname to the second abstract pathname, returning true if and only if the operation succeeds. |