bobvanderlinden / sharpfilesystem

A virtual file system for .NET written in C#
MIT License
282 stars 69 forks source link

added a file system based on the .NET ZipArchive (available as of .ne… #18

Open git-iason opened 7 years ago

git-iason commented 7 years ago

Added a file system based off of the .NET Zip API (System.IO.Compression) that became available as of .net4.5).

This API feels a little simpler to work with for these purposes - no need to "BeginUpdate" and "CommitUpdate" - just make the changes and they are commited.

One limitation of the API is that for some reason there is no support for ZipCrypto.