| Added Methods |
File createFileSystemRoot(File)
|
Creates a new File object for f with correct behavior for a file system root directory. |
File getChild(File, String)
|
@param parent a File object repesenting a directory or special folder |
File getDefaultDirectory()
|
Return the user's default starting directory for the file chooser. |
String getSystemDisplayName(File)
|
Name of a file directory or folder as it would be displayed in a system file browser. |
Icon getSystemIcon(File)
|
Icon for a file directory or folder as it would be displayed in a system file browser. |
String getSystemTypeDescription(File)
|
Type description for a file directory or folder as it would be displayed in a system file browser. |
boolean isComputerNode(File)
|
|
boolean isDrive(File)
|
|
boolean isFileSystem(File)
|
|
boolean isFileSystemRoot(File)
|
|
boolean isFloppyDrive(File)
|
|
boolean isParent(File, File)
|
On Windows a file can appear in multiple folders other than its parent directory in the filesystem. |
Boolean isTraversable(File)
|
Returns true if the file (directory) can be visited. |