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