简体   繁体   English

Windows用户空间文件系统是最好的选择吗?

[英]is a windows userspace filesystem the best option?

I want to create a virtual folder of run-time generated links. 我想创建一个运行时生成链接的虚拟文件夹。 What i mean by run-time is that the location of the link is determined by the result of a query. 运行时的意思是链接的位置由查询结果决定。 I want all programs to be able to access the folder, however. 但是,我希望所有程序都能够访问该文件夹。 Therfore, i think that a namespace extension is not adequate enough. 因此,我认为命名空间扩展还不够。 However, a full on filesystem for simple links seems like overkill. 但是,简单链接的完整文件系统似乎有点矫枉过正。 What is the best way to achieve this? 实现这一目标的最佳方法是什么?

Well, if you decided that you need to expose the links as a filesystem, then user-mode filesystem is the obvious choice. 好吧,如果您决定需要将链接公开为文件系统,那么用户模式文件系统是显而易见的选择。 But the question is what for you need the links to be represented as files. 但问题 ,你有什么需要被表示为文件的链接。 Do you need to expose content behind the URLs as files? 您是否需要将URL背后的内容公开为文件? Or do you just need to have some hierarchy of links? 或者你只需​​要一些链接层次结构?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM