- 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
Creates a folder at the specified location.
Delete folder
Remove a folder and all its contents
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
Append Text File
Adds text to the end of an existing .txt file.