Re: Parse Apple's .dmg file
Re: Parse Apple's .dmg file
- Subject: Re: Parse Apple's .dmg file
- From: Douglas Davidson <email@hidden>
- Date: Tue, 13 May 2003 12:56:44 -0700
On Tuesday, May 13, 2003, at 12:32 PM, Calvin Chen wrote:
Anybody knows how to parse Apple's .dmg file on OS X? My Cocoa program
needs
to parse the .dmg file and get it's file tree hierarchy to show in a
data
browser.
A .dmg file is a disk image. It's not some special archive format,
it's a real filesystem (in one of many different formats). If you want
to read it, you mount it.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.