Files.FileExists |
Top Previous Next |
Syntax function Files.FileExists(FileName: string): boolean
Alternative Names
Description Checks to see if the file identified by FileName exists and returns TRUE if it does, FALSE otherwise.
See also
Example execute udsblock as begin resultbool = Files.FileExists('c:\pagefile.sys'); end |