Re: [MacPerl-Toolbox] read resource fork

[email protected] ("David Arnold") Tue, 29 Jan 2008 16:33:03 -0800 (PST)
Newsgroups perl.macperl.toolbox
Message-ID <[email protected]>
No, this is for Classic OS.  I can't figure out how to get at the fork
data directly.

David

On Thu, January 24, 2008 19:31, Chris Nandor wrote:
* On Jan 24, 2008, at 19:11, David Arnold wrote:
*
*> How do i read an entire resource fork, similar to reading the data
*> fork,
*> irrespective of individual resources?
*
* Is this for Mac OS X?  If so, you might be able to just do:
*
* 	open my $rsrc, '<', "$filepath/rsrc";
*
* It's an easy shortcut to get at the raw fork.
*
* Also, if this is for Mac OS X, you might find the [email protected] list
* of more use.
*
* --
* Chris Nandor             [email protected]             http://pudge.net/
* Slashdot / SourceForge   [email protected]       http://slashdot.org/
*
*