Search code examples
.netvirtualfilesystemvirtual-drive

Virtual drives in .NET?


Is there any easy library for .NET to mount virtual drives?
I need to mount an archive in a virtual drive and, most likely, use a virtual file system.
The archive format does not support folders so I'd need to supply the files and folders manually from the archive. Attributes aren't supported as well but I use metadata files to store them.
The more control over the drive and FS I have, the better.


Solution

  • You can use the Dokan library to create a virtual drive. Take a look at Issue 43: Wont install on Windows 7