Folder Exists
From UBot Studio
(Difference between revisions)
Line 1: | Line 1: | ||
$Folder Exists is a [[File Functions|File Function]]. The function returns whether or not a folder exists. | $Folder Exists is a [[File Functions|File Function]]. The function returns whether or not a folder exists. | ||
+ | |||
+ | '''Folder To Check:''' The search folder, complete with folder path. | ||
== Example == | == Example == |
Revision as of 20:17, 1 May 2013
$Folder Exists is a File Function. The function returns whether or not a folder exists.
Folder To Check: The search folder, complete with folder path.
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".