Description
Returns 'true' if the file exists and 'false' otherwise.
Parameters
Return Type
Boolean (true/false)
Example
if(fileExists("C:/someFile.txt")){ print("The file exists!"); } else { print("The file does not exist!"); }
It is recommended that you use forward slashes ( / ) for file paths.
See also
Filter by label
There are no items with the selected labels at this time.
We've encountered an issue exporting this macro. Please try exporting this page again later.