Re: applescript-users digest, Vol 2 #1071 - 16 msgs
Re: applescript-users digest, Vol 2 #1071 - 16 msgs
- Subject: Re: applescript-users digest, Vol 2 #1071 - 16 msgs
- From: "Marc K. Myers" <email@hidden>
- Date: Sat, 15 Sep 2001 16:50:18 -0400
- Organization: [very little]
>
Date: Sat, 15 Sep 2001 14:30:31 -0500
>
Subject: How to get name of classic app
>
From: Irwin Poche <email@hidden>
>
To: <email@hidden>
>
>
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...
>
>
Stumped again. This kind of stuff makes me nuts.
tell application "Finder"
set myName to name of (path to me)
end tell
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[9/15/01 4:50:09 PM]