RE: Ful window Path
RE: Ful window Path
- Subject: RE: Ful window Path
- From: "Bourque, Jason" <email@hidden>
- Date: Tue, 12 Dec 2000 11:52:36 -0500
path to me gets the path from within its own script . Note this only works
in some editors(you get the editors path), but does work inside the script.
tell application "Finder"
(folder of window 1) as string--or alias
end tell
Jason Bourque
MFS Investment Management
>
----------
>
From: Eyal Kolsky
>
Sent: Tuesday, December 12, 2000 11:46 AM
>
To: email@hidden
>
Subject: Ful window Path
>
>
Hi All !
>
>
qstn - How can i get FULL path name of the curent running script ??
>
and How can i get the FULL path of the front most window ??
>
>
tkx.