Add a file move operation to the transaction
Optionaldescription: stringAdd a content update operation to the transaction
Optionaldescription: stringAdd a file creation operation to the transaction
Optionaldescription: stringAdd a file deletion operation to the transaction
Optionaldescription: stringExecute all steps in the transaction
Rollback all executed steps
Get a preview of all planned operations
Clear all planned operations
Get the number of planned operations
Manages atomic file operations with full rollback capability.
Provides transactional semantics for file system operations, ensuring that either all operations complete successfully or all changes are rolled back. Supports automatic backups and retry logic.
Example
Transactional file operations