fileExists

fileExists

We've encountered an issue exporting this macro. Please try exporting again later.

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

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.