You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 =) .
The text was updated successfully, but these errors were encountered:
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 =) .
The text was updated successfully, but these errors were encountered: