Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我相信 Dokan 能够满足您对虚拟文件系统库的需求。
Dokan 是用 C++ 编写的,但有一个 .NET 库可以交互。
Dokan 链接
另一方面,我相信 IPC 会更好地实现所需的功能你在评论中举了一个例子。
I believe Dokan would fit your needs for a virtual file system library.
Dokan is written in c++ but there is a .NET library to interact.
Dokan link
On the other hand, i believe IPC would be better to achieve the needed functionality for which you gave an example in the comments.
根据您的数据是静态的还是动态生成的,您将找到 回调文件系统< /a> 或 固体文件系统操作系统版本 适合您的需求(两者都是我们的产品)。 SolFS 是一个带有内置容器的即用型虚拟文件系统。回调文件系统是一个没有容器的虚拟文件系统(您动态提供结构和数据)。
Depending on whether your data is static or generated on the fly, you will find either Callback File System or Solid File System OS Edition suitable for your needs (both are our products). SolFS is a ready to use virtual file system with built-in container. Callback File System is a virtual file system without container (you provide structure and data on the fly).