copy_file
Copy a file from a source path to a destination path, creating parent folders automatically when needed.
Instructions
Copy a file to a new location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst | Yes | Destination path (parent folders are created as needed). | |
| src | Yes | Source path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |