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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: