Re: File signatures
Re: File signatures
- Subject: Re: File signatures
- From: "Marc K. Myers" <email@hidden>
- Date: Fri, 11 May 2001 13:13:00 -0400
- Organization: [very little]
>
Date: Fri, 11 May 2001 18:45:10 +1000
>
Subject: File signatures
>
From: Walter Harris <email@hidden>
>
To: AppleScript List <email@hidden>
>
>
After this script code:
>
>
tell application "URL Access Scripting"
>
download Remote_FilePath to file local_filepath ,
>
replacing yes with progress
>
>
how do I change the type and creator signatures?
>
They are both '????'
end tell
tell application "Finder"
set creator type of alias local_filepath to "aaaa"
set file type of alias local_filepath to "bbbb"
end tell
I'm not absolutely sure, but I think that files that were not saved on
the server as encoded versions of Mac files (".bin", ".hqx", ".sit")
will not have type and creator codes.
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[5/11/01 1:10:38 PM]