Open current folder
Open current folder
- Subject: Open current folder
- From: Daniel Gustafsson <email@hidden>
- Date: Thu, 20 Dec 2001 12:12:31 +0100
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<---
It worked just fine before but it doesn't work under MacOS 9.2. Any
incompatibilities or just bad code on my behalf? I'm really desperate right
about now. Any help would be greatly appreciated.