transaction
Gather multiple file operations into a single atomic transaction, rolling back all changes if any operation fails.
Instructions
Execute file operations in an atomic transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | List of file operations to execute | |
| rollbackOnError | No | Whether to rollback all operations if any fails |