bobvanderlinden / sharpfilesystem

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

Readme confuses #21

Open dgrechka opened 6 years ago

dgrechka commented 6 years ago

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, etc.) This can enable developers to write "general purpose" VFS in .NET and use them in other apps (not only in .NET) just as regular folder.

Now the project is not a OS integrated file system, thus it is not the VFS. It is standardized file/directories interface for .NET and a set of its implementations. That's why the readme confuses. It took some time for me to figure out that OS integration bridge is missing, initially I though it is also included =) .

TopperDEL commented 6 years ago

Same for me