Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether a file path exists.
Syntax
client server public static boolean checkFilePathExists(FilePath _filePath)
Run On
Called
Parameters
- _filePath
Type: FilePath Extended Data Type
The file path to check for existence.
Return Value
Type: boolean
true if the specified file path exists; otherwise, false .