Reputation: 3068
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.
Upvotes: 0
Views: 340
Reputation: 1355
you should read about MacFuse. Read its Objective-C API here
Upvotes: 4