Re: Accessing the parent directory...
Re: Accessing the parent directory...
- Subject: Re: Accessing the parent directory...
- From: JJ <email@hidden>
- Date: Tue, 13 Nov 2001 20:10:29 +0100
>
Hi AppleScript Experts,
>
>
I need to clear a simply doubt in MAC. I need to access the parent directory
>
from an AppleScript application.
>
>
But I need to access through relative path but not with absolute path.
>
>
Whether this is possible? Can any one help me?
>
set who_contains_me to ":" as alias
tell application "Finder"
set who_contains_my_container to container of who_contains_me
end tell
--> works on applets/droplets not located at desktop
JJ