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 |
Install
Install-Package Platform.VirtualFileSystem
dotnet add package Platform.VirtualFileSystem
paket add Platform.VirtualFileSystem
Platform.VirtualFileSystem Download (Unzip the "nupkg" after downloading)
Dependencies
- Platform.NET(>= 1.2.1.276)
- Platform.Xml.Serialization(>= 1.2.1.276)
Tags
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.