Algosim documentation: FileExists

FileExists

Checks if a file exists or not.

Syntax

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

See also