Re: circumventing the "where is" dialog
Re: circumventing the "where is" dialog
- Subject: Re: circumventing the "where is" dialog
- From: Emmanuel <email@hidden>
- Date: Wed, 7 Nov 2001 23:45:09 +0100
At 21:18 +0100 7/11/01, John Fountain wrote:
>
I'm interested to know if there is anyone who has ever tried to test for
>
the existence of an application before the "Where is.. application"
>
dialog appears.
---------------------
tell application "Finder" to get application file id theCreator
---------------------
where theCreator is the signature of the app (a four-character string).
Emmanuel