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