chinhdo / txFileManager

.NET Transactional File Manager is a .NET Standard library that allows you to enlist file operations (file/folder copies, writes, deletes, appends, etc.) in distributed transactions.
MIT License
111 stars 13 forks source link

can "multiple file move operation rollback" move back as many files as it can instead of stopping on first failure? #41

Open mduman opened 2 years ago

mduman commented 2 years ago

Hello, Scenario: I want to move 5 files from one directory to another transactionally..

while debugging code on visual studio,

chinhdo commented 7 months ago

Sorry for the slow reply. Let me look into this. I think we can do something to make this better.