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