Files
These commands allow operations on the File System, like creating, reading and writing files or listing files in a directory.
ACCESS
- Arguments:
STRING - Minimum arguments: 1
- Return Type:
INTEGER
Check if a given filename exists in the current path.
- Returns
-1if exists - Returns
0if doesn't exist