FILEEXISTS

Previous  Next

 

status = FILEEXISTS( filename AS STRING ) AS INTEGER

 


 

Checks if a file exists.  Returns true if file exists

 

Example:

 

IF FILEEXISTS( "Kalle.txt") THEN

  PRINT "That's Nice",

ENDIF