- Documentation
- Activities
- Files & Folders
- Folder Exists
Check if a folder exists at a specific location
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Folder Path folderPath | folder | Required | — | — |
Output Variable outputVariable | variable | Optional | FolderExists | — |
Output
$outputVariableObjectObject with the existence check result and the resolved folder path. Reference as {FolderExists.exists} (boolean) and {FolderExists.path} (string) in downstream activities.
existsBooleanpathString
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Create Folder
Create a new folder
Delete folder
Remove a folder and all its contents
Empty folder
Delete everything inside a folder, keeping the folder itself
For each file in folder
Repeat actions for every file inside a folder
Get Files
Get a list of all files in a folder, optionally filtered by pattern
Rename folder
Change the name of a folder