Re: File signatures
Re: File signatures
- Subject: Re: File signatures
- From: Emmanuel <email@hidden>
- Date: Fri, 11 May 2001 19:08:28 +0200
At 10:45 +0200 11/05/01, Walter Harris wrote:
>
how do I change the type and creator signatures?
>
They are both '????'
----------------------- not tested
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"
-----------------------
Emmanuel