Folder Exists
Returns true when the given folder is found.
Privileges
Normal
Input Parameters
| Name | Type | Required | Description | 
|---|---|---|---|
| Folder | String | Yes | The full path of the folder to be located. | 
Output Parameters
| Name | Type | Description | 
|---|---|---|
| Result | String | Returns True if the folder is found, False otherwise. | 
Example Input Parameters
| Name | Type | Required | Example | 
|---|---|---|---|
| File | String | Yes | C:\folder1\folder2 | 
