Re: change creator type
Re: change creator type
- Subject: Re: change creator type
- From: Walter Ian Kaye <email@hidden>
- Date: Wed, 3 Sep 2003 18:35:54 -0700
At 05:45p -0700 09/03/2003, patrick porto didst inscribe upon an
electronic papyrus:
Dear,
I wrote a small script to change the creator of a
file:
....
tell application "Finder"
set creator type of file myfile to "Sil1"
end tell
Sil1 is the signature of a java application built with
jar bundler.
The script compiles and runs fine, except that the
creator doesn't change to Sil1.
Maybe you just need to send an 'update' event afterwards?
Are you sure myfile has the right path?
Also if I change the creator from Finder/File/Get
info, it changes to the Sil1 application, but if I
click on Change All, the 'Open with' window switches
to '.Trash'.
::scratching head:: That's pretty weird.
-boo
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.