In a message dated 2/5/04 12:37:24 AM, [EMAIL PROTECTED] writes:
>
> > So my next question is: What is Acrobat doing when opening a file that
> > SetFileInfo isn't?
>
> Setting the correct file type?� :^)
>
> According to your previous message, you're doing this:
>
> � � MacPerl::SetFileInfo('CARO', 'PDF', $path);
>
> HFS file and creator types are four-bytes long; the file type for
> PDF is "PDF ", with a trailing space, not "PDF". So try changing the
> above line to:
>
> � � MacPerl::SetFileInfo('CARO', 'PDF ', $path);
>
> and I think you'll be set.
>
>
Right you are. Thanks for reminding me that it's the small things in life
that matter... and it's a spaceband.
-Alan