RE: Open current folder
RE: Open current folder
- Subject: RE: Open current folder
- From: Joe Kelly <email@hidden>
- Date: Thu, 20 Dec 2001 11:09:20 -0800
open container (path to me)
joe
Daniel wrote:
>
I've made an applescript which is meant to open up the folder
>
which the
>
script itself resides in (this is used to open folders from a flash
>
projector)
>
>
the script itself looks like this
>
---8<---
>
tell application "finder"
>
activate
>
open ":" as alias
>
end tell
>
--8<---