Actions
Copy File Or Folder
Copies a file or a folder to a given path.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Destination Path | The absolute path of the file or folder to be copied. |
| Source Path | The absolute path of the file or folder to be copied. |
{
"path": "<string>",
"folder_id": "<string>"
}
Was this page helpful?