isDir
Returns whether the given file is a directory.
Parameters
name | The path to the file. |
Returns
true if name specifies a directory
Throws
FileException if the given file does not exist.
Returns whether the given file is a directory.
name | The path to the file. |