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.
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.