At 12:43 -0500 2002.04.05, Steven Kreuzer wrote:
>I have a preferences file in my preferences folder that contains a
>"TEXT" resource. I want to add a resource to it with and id of 128, a
>value of 10 and a name of "Default_font_listing"
>
>can this be done with perl?

It can be done with MacPerl.  Look at the Mac::Resources and Mac::Memory
modules.

This is not, however, "appending to a binary file."  It's appending to a
resource fork, which can be part of a binary file or a text file.

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to