# Create folder action
This action creates a new folder in your SFTP server. The action will fail if a folder already exists in the given path.
You can use this action with the Upload file action to upload files into a new folder.
Create folder action
# Input
Input field | Description |
---|---|
Folder path | Provide the complete path of the folder you plan to create. Example: /folder1/folder2/new_folder_name |
# Output
Output field | Description |
---|---|
Folder name | Name of the created folder. |
Folder path | Complete path of the created folder. |
To retrieve more details about the folder you've just created, use the List directory action.
Last updated: 10/19/2023, 10:05:52 PM