| File(string name) |
| bool exists()
returns true if the file exists in the filesystem |
| bool isFolder()
returns true if the file is a folder |
| string readAll()
reads the entire contents of the file into a string |
| integer size()
returns the size of the file |
returns true if the file exists in the filesystem
returns true if the file is a folder
reads the entire contents of the file into a string
returns the size of the file
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.