Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mount memory FS to folder #46

Closed
vuminhquang opened this issue Feb 7, 2020 · 2 comments
Closed

Mount memory FS to folder #46

vuminhquang opened this issue Feb 7, 2020 · 2 comments

Comments

@vuminhquang
Copy link

Hello,
I wonder if the library can support to mount from memory to a folder?
Something like:
var fs = new MemoryFileSystem();
fs.CreateDirectory("/Test");
var mountfs = new MountFileSystem();
mountfs.Mount("/mnt/c/Temp", fs);
After that, we can use Explore to browse c:\Temp and see Test folder inside.
Thank you.

Sincerely,
Quang, Vu

@xoofx
Copy link
Owner

xoofx commented Feb 7, 2020

No sorry, zio is a virtual filesystem within .NET, not a filesystem that can be consumed by OS filesystems.

@vuminhquang
Copy link
Author

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants