Folder Exists
From UBot Studio
(Difference between revisions)
(→Example) |
|||
Line 21: | Line 21: | ||
− | [[File: | + | [[File:foldex0.jpg]] |
Latest revision as of 21:42, 29 December 2016
$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.
[edit] Example
set(#checking,$folder exists("C:\\Users\\Desktop\\UBot Media\\Documents"),"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".