Re: Application creator code
Re: Application creator code
- Subject: Re: Application creator code
- From: Rob Jorgensen <email@hidden>
- Date: Tue, 26 Apr 2005 06:47:24 -0400
At 12:02 PM +0200 4/26/05, Emmanuel wrote:
At 7:35 PM +1000 4/26/05, Noodle wrote:
I found in the archives the following code:
set TheApp to choose file of type "APPL"
set the clipboard to (info for TheApp)'s file creator
When I run the above script I get a null (no characters) creator code
from the application in question (works fine for other apps).
Now you've got to find in the archives how to
retrieve an app by its bundle id, that
"com.foo.bar" thing.
This might work.
tell application "Finder" to ¬
open application file id "com.apple.safari"
-- Rob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden