On Jan 29, 2010, at 9:16 AM, Wilersh wrote: > Is there is a way to work with external drives inside cocoa as you might at > the command line with diskutil.
As with many things, there's no Objective-C API for it, but you can use all the lower level C APIs and system calls. I'm not sure what the APIs for this would be, but the source code to diskutil is probably in the Darwin open-source repository so you can look at it yourself to see how it works. —Jens_______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
