Onetastic Macro Documentation >
>
>
FileSystem_FolderExists FileSystem_FolderExists
Returns whether the given folder exists or not.
Syntax
Bool FileSystem_FolderExists(Folder|String folder)
Parameters
- Folder|String folder
- Folder to check for. This can either be a Folder object or a String that contains the full path to the folder.
Examples
if (FileSystem_FolderExists("c:\\temp"))
|