File Exists
From UBot Studio
(Difference between revisions)
Line 7: | Line 7: | ||
</pre> | </pre> | ||
+ | |||
If the file exists, the function will return the value "true". | If the file exists, the function will return the value "true". |
Revision as of 16:53, 15 April 2013
$File Exists is a File Function. The function returns whether or not a file exists.
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".