Info
Version: | 1.1.0 |
Author(s): | Brad Westness |
Last Update: | Monday, June 27, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bradwestness/dossier-dot-net |
NuGet Url: | https://www.nuget.org/packages/dossier-dot-net |
Install
Install-Package dossier-dot-net
dotnet add package dossier-dot-net
paket add dossier-dot-net
dossier-dot-net Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.NETCore.App(>= 1.1.0)
Tags
Create, copy, move, delete and write to files and directories and safely roll back any changes if the entire transaction does not complete successfully.
Uses an in-memory backup for temporary rollback data by default, or optionally use a temporary folder to write temp data to disk until a transaction is committed or rolled back.