Folder Exists
From UBot Studio
(Difference between revisions)
(Created page with "$Folder Exists is a File Function. The function returns whether or not a folder exists. == Example == <pre> set(#checking, $folder exists("C:\\Users\\Desk...") |
Revision as of 20:40, 11 April 2013
$Folder Exists is a File Function. The function returns whether or not a folder exists.
Example
set(#checking, $folder exists("C:\\Users\\Desktop\\Miscellaneous"), "Global")
If the folder exists, the function will return the value "true".
If the folder does not exist, the function will return the value "false".