Re: Open file using Creator
Re: Open file using Creator
- Subject: Re: Open file using Creator
- From: Steve Roy <email@hidden>
- Date: Tue, 24 Jun 2003 19:37:02 -0400
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"
One way is to do:
tell application "Finder"
set theApp to application file id "MOSS"
end tell
tell theApp to open theFile
Steve
--
Steve Roy <email@hidden>
Personal homepage: <
http://homepage.mac.com/sroy>
Projects homepage: <
http://www.roydesign.net>
_______________________________________________
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.