copy_file
Copy files between locations in your file system to duplicate content or create backups. Specify source and destination paths to transfer files.
Instructions
Copies a file from one path to another
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | The current path of the file to copy | |
| destination_path | Yes | The new path for the copied file |