Re: Flattening Mac resource files?
Re: Flattening Mac resource files?
- Subject: Re: Flattening Mac resource files?
- From: Robert Cerny <email@hidden>
- Date: Thu, 27 May 2004 08:09:33 +0200
Hi,
you can use DeRez/Rez combination.
at first, DeRez the resource file to .r using DeRez test.rsrc >
test.rsrc.r
Next, you need to convert to datafork resource:
Rez -useDF -a test.rsrc.r -o test.rsrc
HTH
Robert
On 27.5.2004, at 5:18, Tito Ciuro wrote:
Hello,
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.
Any ideas?
Thanks!
-- Tito
_______________________________________________
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.
_______________________________________________
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.