|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
int chmod(String, |
Change the permissions on a file / directory recursively if needed. |
boolean fullyDeleteContents(File ) |
Delete the contents of a directory not the directory itself. |
String[] list(File ) |
A wrapper for File#list() This java.io API returns null when a dir is not a directory or for any I/O error. |
File[] listFiles(File ) |
A wrapper for File#listFiles() This java.io API returns null when a dir is not a directory or for any I/O error. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |