DirExist
Previous Top Next

Checks if a specific folder exists and returns true or false.
See External Files for information about file path.
Syntax: DirExist (Folder Name)
Example:
If DirExist ("Images") =  True Then ...