fexists()

 
Tests if the file named in path exists in the data directory.
Syntax
fexists( path )
Returns 1 if the file exsists else 0.
  • path = the fully qualified path to the file
User Annotations: fexists