copy_move_item
Copy or move files/folders into an existing destination folder, with options to overwrite or move.
Instructions
Copy or move files/folders into an existing destination folder. [control]
Args: paths: Comma-separated source paths dest_folder: Existing destination folder path move: True to move, False to copy (default) overwrite: Overwrite existing files (default False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| move | No | ||
| paths | Yes | ||
| overwrite | No | ||
| dest_folder | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |