Re: How to get name of classic app
Re: How to get name of classic app
- Subject: Re: How to get name of classic app
- From: Rob Jorgensen <email@hidden>
- Date: Sat, 15 Sep 2001 15:54:06 -0400
On 09/15/2001, Irwin Poche commented:
How can a script saved as a classic applet get it's name ?
I have tried every combination of me, my, and name I can think of. For
instance...
me
name of me
name of me as text
my name
tell me to get my name
etc...
This works for me:
tell application "Finder" to set myName to (name of (path to me as alias))
display dialog myName
Later,
Rob Jorgensen
Ohio, USA