Re: Entourage close main window
Re: Entourage close main window
- Subject: Re: Entourage close main window
- From: Paul Berkowitz <email@hidden>
- Date: Fri, 15 Mar 2002 19:48:26 -0800
On 3/15/02 7:34 PM, "Paul Berkowitz" <email@hidden> wrote:
>
try
>
tell application "Finder" to set foundApp to application file id "OPIM"
>
to set pCallerName to foundApp as alias as string -- whole path name
>
end try
Sorry, don't know where that 'to' came from. (I tested on a different
comouter than the one I'm using email on, and had to paste from your email,
not my script Editor, then re-type.) It should read:
try
tell application "Finder" to set foundApp to application file id "OPIM"
set pCallerName to foundApp as alias as string -- whole path name
end try
--
Paul Berkowitz
_______________________________________________
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.