Re: Path to app ...
Re: Path to app ...
- Subject: Re: Path to app ...
- From: Gnarlodious <email@hidden>
- Date: Mon, 03 Dec 2001 17:20:18 -0700
I do not have the answer, but here is a short script in my Tex-Edit
"Scripts" folder, that opens its own folder. I would like to know how to use
it with other folders..
tell application "Finder" to +event FNDRsope; "" as alias given +class
fsel;:{"Scripts" as alias}
Rachel
http://www.gnarlodious.com
Entity Eric Schult spoke thus:
>
Can anybody explain to my why the following applet returns its path:
>
>
set myPath to ":" as alias
>
display dialog "You are in path:" default answer myPath
>
>
.. and further, how you accomplish the same feat with the front-most
>
application, or the front-most document of an application?