Skip to main content

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 -1 if exists
  • Returns 0 if doesn't exist