Copy
copyCopy a file to a destination path, or duplicate an entire directory when recursive mode is enabled. Provide source and target paths to create a copy on the filesystem.
Instructions
Copy a file, or a directory if recursive=True. Requires FS_READONLY=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst | Yes | ||
| src | Yes | ||
| recursive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||