Command Reference : Programming Language Reference
  
 
@fileexist
Syntax: @fileexist(str)
Argument: string, str
Return: integer
Check for an file’s existence. str should contain the full path and file name of the file you want to check for. Returns a “1” if the file exists, and a “0” if it does not exist.
Cross-references
See also @wdir and @folderexist