Re: Open file using Creator
Re: Open file using Creator
- Subject: Re: Open file using Creator
- From: Kai <email@hidden>
- Date: Wed, 25 Jun 2003 01:46:12 +0100
on Tue, 24 Jun 2003 08:50:49 -0600, Gnarlodious <email@hidden> wrote:
>
I can extract the creator code I want, but what is the easiest way to tell
>
that application to open a file?
>
>
For example:
>
>
Open file "text.html" using creator "MOSS"
Try something like:
===========================
tell application "Finder" to open file "text.html" using application file id
"MOSS"
===========================
(Don't forget that you'll need to specify the full path to the file in
question.)
--
Kai
_______________________________________________
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.