Path Exists
Description
Checks if the specified path exists. The path can represent a file path or a directory path.
Properties
Category | Property | Type | Description |
---|---|---|---|
Input | Path Type | In(PathType) | Checks if the specified path exists. The path can be to either a file, or a directory. Select one of the two available options. |
Path | In(String) | The full path to be checked. | |
Output | Exists | Out(Boolean) | States if the document or file was found. |