Re: How can we mount and unmount dmg files on MAC OS X?

2009-06-12 Thread KK
I'm not sure if there are any APIs, but you can use hdiutil man hdiutil On Fri, Jun 12, 2009 at 5:01 AM, vvvsn murthy wrote: > Hi, > > I am new to Cocoa Framework.I want to know how to mount and unmount dmg > files programmatically using cocoa framework.I have worked with command > line > option

Re: How can we mount and unmount dmg files on MAC OS X?

2009-06-12 Thread Kyle Sluder
On Fri, Jun 12, 2009 at 2:01 AM, vvvsn murthy wrote: > I am new to Cocoa Framework.I want to know  how to mount and unmount dmg > files programmatically using cocoa framework.I have worked with command line > options but i want to know whether there are any APIs to mount and unmount > the disk imag

Re: How can we mount and unmount dmg files on MAC OS X?

2009-06-12 Thread Sidney San Martín
Unfortunately, the DiskImages framework is private, so there is no API to interact with them. You'll have to use an NSTask to interact with hdiutil... and it wouldn't be a bad idea to file a bug suggesting that the DiskImages framework be made public. -Sidney On Fri, Jun 12, 2009 at 5:01 AM, vvvs

Re: How can we mount and unmount dmg files on MAC OS X?

2009-06-12 Thread Nick Zitzmann
On Jun 12, 2009, at 3:01 AM, vvvsn murthy wrote: i want to know whether there are any APIs to mount and unmount the disk images? There are, but they're in a black box. You're best off just using hdiutil. Nick Zitzmann

How can we mount and unmount dmg files on MAC OS X?

2009-06-12 Thread vvvsn murthy
Hi, I am new to Cocoa Framework.I want to know how to mount and unmount dmg files programmatically using cocoa framework.I have worked with command line options but i want to know whether there are any APIs to mount and unmount the disk images? Thanks Murthy _