Core function
New in package 162.3Syntax
FolderExists( path )
Parameters
Parameter | Description |
---|---|
path | folder path to check for existence, in local or UNC format. |
Return Value
true if a specified folder exists; false if it does not.
Description
- Throws an exception if:
- Path is relative or incomplete.