Folder Exists
From UBot Studio
$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".