使用 Cocoa 模拟虚拟硬盘

发布于 2024-10-11 07:34:04 字数 183 浏览 1 评论 0原文

是否有可能利用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

随波逐流 2024-10-18 07:34:04

您应该阅读有关 MacFuse 的内容。 此处阅读其 Objective-C API

you should read about MacFuse. Read its Objective-C API here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文