implements IO.Path
name | the file or folder name portion of the path as a string |
path | the path as a string |
bytes() | contents of this file as a buffer |
exists() | returns true if the file or folder exists in the filesystem |
folder() | returns true if the path is a folder |
size() | the uncompressed size of the file |
text() | full contents of this file as a string |
The file or folder name portion of the path as a string.
The path as a string.
Contents of this file as a buffer
Returns true if the file or folder exists in the filesystem.
Returns true if the path is a folder.
The uncompressed size of the file
Full contents of this file as a string