Info
Version: | 1.2.1.124 |
Author(s): | Thong Nguyen |
Last Update: | Saturday, February 6, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/platformdotnet/Platform.VirtualFileSystem |
NuGet Url: | https://www.nuget.org/packages/Platform.VirtualFileSystem.Providers.Zip |
Install
Install-Package Platform.VirtualFileSystem.Providers.Zip
dotnet add package Platform.VirtualFileSystem.Providers.Zip
paket add Platform.VirtualFileSystem.Providers.Zip
Platform.VirtualFileSystem.Providers.Zip Download (Unzip the "nupkg" after downloading)
Dependencies
- Platform.VirtualFileSystem(>= 1.2.1.124)
- SharpZipLib
Tags
Platform.VirtualFileSystem is a powerful .NET library that provides a uniform and cross-platform abstraction layer for file systems.
It is similar to VFS features of various operating systems like Linux except it all runs in managed code.
You can use one common API for accessing files from various sources (local, http, zip etc) as well as create user-defined file systems using views and overlays.
Find out more at: https://github.com/platformdotnet/Platform.VirtualFileSystem.