File Exists
From UBot Studio
(Difference between revisions)
Line 1: | Line 1: | ||
$File Exists is a [[File Functions|File Function]]. The function returns whether or not a file exists. | $File Exists is a [[File Functions|File Function]]. The function returns whether or not a file exists. | ||
+ | |||
+ | '''File To Check:''' The search file. | ||
== Example == | == Example == |
Revision as of 20:13, 1 May 2013
$File Exists is a File Function. The function returns whether or not a file exists.
File To Check: The search file.
Example
set(#checking, $file exists("C:\\Users\\Desktop\\Miscellaneous\\summaries.txt"), "Global")
If the file exists, the function will return the value "true".
If the file does not exist, the function will return the value "false".