fast_batch_file_operations
Execute batch file operations including copy, move, delete, and rename across multiple files. Control overwrite, error handling, and preview changes before execution.
Instructions
Performs batch operations on multiple files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | List of batch operations | |
| stop_on_error | No | Stop on error | |
| dry_run | No | Preview without actual execution | |
| create_backup | No | Create backup before changes |