file_operation
FilesPerforms file system operations on the local machine.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
action | string | Yes | — | File operation type
Options: move, rename, copy, delete, zip, unzip |
source | string | Yes | — | Source file or folder path |
destination | string | Yes | — | Destination file or folder path |
Usage Example
RTILA X PROJECT JSON
{
"command": "file_operation",
"params": {
"action": "copy",
"source": "output.json",
"destination": "archive/output.json"
}
}
Related Scenarios
- View /scenarios/file-download/3 · file download
Related Learning Articles
Was this helpful?
Thank you for your feedback!