Path Exists
Checks if the specified path exists. The path can represent a file path or a directory path.
Input
- Type: Specifies if the points to a document or a file.
- Type:
System.Int32 - Required
- Dropdown Options:
- File
- Folder
- Type:
- Path: The full path to be checked
- Type:
System.String - Required
- Type:
Output
- Exists: States if the document or file was found.
- Type:
System.Boolean - Required
- Type: