FileExists
Checks if a file exists or not.
Syntax
-
FileExists(s)
-
s
is a string
-
Description
If s
is a fully-qualified file name, then FileExists(s)
is true
iff the specified file exists in the file system.
Examples
FileExists("C:\WINDOWS\explorer.exe")
true
FileExists("C:\WINDOWS\exploder.exe")
false