Re: Name of this folder
Re: Name of this folder
- Subject: Re: Name of this folder
- From: Bill Briggs <email@hidden>
- Date: Sun, 11 Mar 2001 15:09:28 -0400
At 12:36 PM -0600 11/03/01, Bryan Harris wrote:
This just returns "Applescript" for me. Does it only work when
running from other apps?
Save this as a double-clickable application and run it. Then it will
work. Running it in an editor doesn't.
tell application "Finder"
set myContainer to name of (":" as alias)
display dialog myContainer
end tell
- web