Re: Flattening Mac resource files?
Re: Flattening Mac resource files?
- Subject: Re: Flattening Mac resource files?
- From: Dustin Voss <email@hidden>
- Date: Wed, 26 May 2004 22:42:50 -0700
On 26 May, 2004, at 8:18 PM, Tito Ciuro wrote:
Some Mac files contain a resource fork. The question I have is: how
can I "flatten" the resource fork (resource fork-within-data fork) so
that I can move the file to other systems? Are there any facilities in
Mac OS X that will allow me to do this? I would also need to do the
opposite when reconstructing the file again on the Mac side.
Well, there's MacBinary III at
http://www.lazerware.com/formats/macbinary/macbinary_iii.html.
NSURLDownload supports it. There's also binhex. Carbon's URL Access
Manager supports it on upload and download. But mostly, you'd use
hdiutil to make a single-file disk image.
_______________________________________________
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.