Returns whether the directory exists in the specified path.
Example:
var path = new Path ("/tmp");
if (Files.isDir (path)) {
// path is a directory
}
| path |
Path to file or directory. |
|
true if the path is a directory, false otherwise. |