
Determines if the given file is a root in the navigatable tree(s).
Examples: Windows 98 has one root, the Desktop folder. DOS has one root
per drive letter,
C:\,
D:\, etc. Unix has one root,
the
"/" directory.
The default implementation gets information from the
ShellFolder class.
Returns:
true if
f is a root in the navigatable tree.
Parameters:
-
f - a
File object representing a directory
See Also:
FileSystemView.isFileSystemRoot(java.io.File),