使用 Cocoa 模拟虚拟硬盘
是否有可能利用 Cocoa 来模拟硬盘驱动器?我有一个备份应用程序,我希望我的用户能够在应用程序之外浏览他们的文件,例如在 Finder 中。
那么,我怎样才能做到这一点呢?我知道有些应用程序(传输)可以做到这一点,但我不知道他们是如何做到的。我最好的猜测是他们在 /Volumes 中的某个位置添加了一个文件夹,然后以某种方式安装它。
Is it possible to sort of emulate a hard drive, utilizing Cocoa? I have a backup application, and I want my users to be able to browse their files outside of the app, in Finder, for example.
So, how would I be able to accomplish this? I know that some apps (Transmit) do it, but I have no idea how they do it. My best guess is that they add a folder somewhere in /Volumes, and then somehow mount it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该阅读有关 MacFuse 的内容。 此处阅读其 Objective-C API
you should read about MacFuse. Read its Objective-C API here