fast_batch_file_operations
Execute batch file operations including copy, move, delete, and rename on multiple files simultaneously with options for error handling, dry runs, and backups.
Instructions
Performs batch operations on multiple files
Input Schema
TableJSON 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 |