sharpfilesystem icon indicating copy to clipboard operation
sharpfilesystem copied to clipboard

A virtual file system for .NET written in C#

Results 17 sharpfilesystem issues
Sort by recently updated
recently updated
newest added

Hello, Are there any documentation and examples?

Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 0.86.0 to 1.3.3. Release notes Sourced from SharpZipLib's releases. v1.3.3 Another minor release, containing security fixes and smaller bugfixes. Fixes: πŸ› specialized tar extract traversal by nils...

dependencies

Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 0.86.0 to 1.3.3. Release notes Sourced from SharpZipLib's releases. v1.3.3 Another minor release, containing security fixes and smaller bugfixes. Fixes: πŸ› specialized tar extract traversal by nils...

dependencies

Hi, I wrote this PR to move sharpfilesytem to netstandard2.0 which allows support for - .net framework 4.6 and onward - net core 2.0 and onward Olivier

I think they can help you to improve the implement.

I came to this project page in order to find the way to access the .NET coded file system implementations via Windows Explorer (e.g. like OneDrive disk, network mapped disk,...

Do I need to copy the .db3 files somewhere to the physical file system in order to use them with SQLite-net, or rather is it possible to use them directly...

Hey, I was looking into using the VFS for my code but I am not really sure about how to use this code. Can you please send me some sample...

Is there any plan to migrate this library to .NET Standard so it can be used across all .NET implementations (.NET Core, .NET Desktop)?

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...