fast_copy_file
Copy files or directories with options to preserve timestamps, create directories automatically, and overwrite existing files when needed.
Instructions
Copies a file or directory
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source file/directory path | |
| destination | Yes | Destination path | |
| overwrite | No | Overwrite existing file | |
| preserve_timestamps | No | Preserve timestamps | |
| recursive | No | Recursively copy directory | |
| create_dirs | No | Automatically create destination directories |