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...") |
|||
Line 7: | Line 7: | ||
</pre> | </pre> | ||
+ | |||
If the folder exists, the function will return the value "true". | If the folder exists, the function will return the value "true". |
Revision as of 16:53, 15 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".