FileExists

Checks whether the specified file exists.

SYNTAX
FileExists(path) 
ARGUMENTS path The file to check
RETURN

TRUE = The caller has sufficient rights, and the path contains the name of an existing file.

FALSE = Invalid path or string length 0 set for the path. An exception is thrown if the caller does not have sufficient rights to read the specified file. The function returns FALSE regardless of whether the path exists.