Re: How do I change file information?
Re: How do I change file information?
- Subject: Re: How do I change file information?
- From: "Lee, Ho-jin" <email@hidden>
- Date: Wed, 27 Dec 2000 02:42:54 +0900
Save below scripts as run-only. (It'll be droplet.)
Edit "ttxt" & "TEXT" as the Creator & file type of proper .sea or .bin file.
But... As Michelle Steiner <email@hidden> wrote,
The files may be corrupted or damaged.
on open theFile
set myFile to (theFile) as string
tell application "Finder"
set the creator type of file myFile to "ttxt"
set the file type of file myFile to "TEXT"
end tell
quit
end open
>
I downloaded some files yesterday (.sea, .bin) and for some reason, they
>
were saved as SimpleText files, which is another problem but in the
>
meantime, I would like to try changing the file creator and file type to
>
see if I can use the downloads.
>
>
> From previous postings, I know how to get the information. How do I set it?
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users