>Also note the single quotes around $file in the method call. Could that >be it, or is this a case of badly typed over code?
Mea culpa. Only for experiments I used the extra single quotes. Chris suggestion to patch momentarily to open( $file, O_RDONLY ) works perfectly though I had to change it in Mac::Conversions. Axel