implements IO.Path
name | the file or folder name portion of the path as a string |
path | the path as a string |
exists() | returns true if the file or folder exists in the filesystem |
folder() | returns true if the path is a folder |
The file or folder name portion of the path as a string.
The path as a string.
Returns true if the file or folder exists in the filesystem.
Returns true if the path is a folder.