BudgetPlanAttachmentDirectory::checkExistFolderPath Method
Determines whether the specified folder path exists and displays an error message if it does not.
Syntax
client server public static boolean checkExistFolderPath(FilePath _folderPath)
Run On
Called
Parameters
- _folderPath
Type: FilePath Extended Data Type
The folder path to check for existence.
Return Value
Type: boolean
true if the folder path exists; otherwise, false.