BudgetPlanTemplate::checkFilePathExists Method
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 .