Algosim documentation: DirectoryExists

DirectoryExists

Checks if a directory exists or not.

Syntax

Description

If s is a fully-qualified directory name, then DirectoryExists(s) is true iff the specified directory exists in the file system.

Examples

DirectoryExists("C:\WINDOWS\System32")
true
DirectoryExists("C:\WINDOWS\System64")
false

See also