- Documentation
- Activities
- Files & Folders
- Create Folder
Creates a folder at the specified location.
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Folder Path folderPath | folder | Required | — | — |
Create Parent Folders createParentFolders | boolean | Optional | true | — |
Output Variable outputVariable | variable | Optional | CreateFolderResult | — |
Output
$outputVariableObjectObject describing the create-folder result. Reference {CreateFolderResult.folderPath}, {CreateFolderResult.created}, {CreateFolderResult.success}, or {CreateFolderResult} alone (resolves to the folder path).
successBooleanfolderPathStringcreatedBooleanpathString
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Delete folder
Remove a folder and all its contents
Folder Exists
Check if a folder exists at a specific location
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.