Transactional File Operations. Begin then Commit or Rollback like database transactions. These are the Chronicles of your files
You should install FileChronicles with NuGet:
Install-Package FileChronicles
Or via the .NET Core command line interface:
dotnet add package FileChronicles
Either commands, from Package Manager Console or .NET Core CLI, will download and install FileChronicles and all required dependencies.
Examples in the wiki.