batch_file_operations
Execute multiple file operations—create, update, append, delete, rename—in a single transaction with rollback capabilities for error handling. Enhances directory management efficiency.
Instructions
Perform multiple file operations in a single transaction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
operations | Yes | Array of file operations to perform | |
rollback_on_error | No | Rollback all operations if any fails |