Check for File
Checks whether a file or directory exists. If it does, the output will be true; otherwise, it will be false.
Category: File & Folder Operations · Group: Files · Activity name: FileExists

Example
outputVariable = FileExists("<document>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| File Path | string | Yes | Path of the file or directory to check for existence. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | boolean | Specifies the name of the variable that will store the boolean result. |