Edit Resource Fork

if you want to read the whole resource fork as a bunch of bytes, you can use LargeBinaryStreamMBS class:
http://www.monkeybreadsoftware.net/class-largebinarystreammbs.shtml

[quote=252228:@Christian Schmitz]if you want to read the whole resource fork as a bunch of bytes, you can use LargeBinaryStreamMBS class:
http://www.monkeybreadsoftware.net/class-largebinarystreammbs.shtml[/quote]

That seems more like it. I will experiment with that tomorrow. Thanks.