fileExists
fileExists
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
, multiple selections available,
Related content
fileExists
fileExists
More like this
fileExists
fileExists
More like this
fileExists
fileExists
More like this
directoryExists
directoryExists
More like this
directoryExists
directoryExists
More like this
directoryExists
directoryExists
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.