Tristan
Tristan

Reputation: 3068

Emulate virtual hard drive using Cocoa

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

Answers (1)

Cesar A. Rivas
Cesar A. Rivas

Reputation: 1355

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

Upvotes: 4

Related Questions