Re: File signatures
Re: File signatures
- Subject: Re: File signatures
- From: Walter Harris <email@hidden>
- Date: Mon, 14 May 2001 13:50:28 +1000
on 12/5/01 3:08 AM, Emmanuel at email@hidden wrote:
>
At 10:45 +0200 11/05/01, Walter Harris wrote:
>
>
> how do I change the type and creator signatures?
>
> They are both '????'
>
-----------------------
>
tell application "Finder" to set file type of alias local_filepath to "TEXT"
>
tell application "Finder" to set creator type of alias local_filepath to
>
"ttxt"
>
-----------------------
>
Thanks to Emmanuel and Andy.
The above works perfectly.
Walter Harris.