Cold Help System: Programming: ColdC Reference Manual: Functions: File: file()


LIST file()

This function returns the following ordered list of information on the file on the current object:

  1. BOOLEAN file is readable
  2. BOOLEAN file is writable
  3. BOOLEAN file is closed
  4. BOOLEAN file is binary
  5. STRING file path

If no file is bound to the current object, the error ~file is thrown.


dblog() | execute() | fchmod() | fclose() | feof() | fflush() | file() | files() | fmkdir() | fopen() | fread() | fremove() | frename() | frmdir() | fseek() | fstat() | fwrite()


the Cold Dark