develooper Front page | perl.macperl.toolbox | Postings from January 2008

Re: [MacPerl-Toolbox] read resource fork

Thread Previous
From:
David Arnold
Date:
January 29, 2008 16:33
Subject:
Re: [MacPerl-Toolbox] read resource fork
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 macosx@perl.org list
* of more use.
*
* --
* Chris Nandor             pudge@pobox.com             http://pudge.net/
* Slashdot / SourceForge   pudge@slashdot.org       http://slashdot.org/
*
*



Thread Previous


Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About