Re: Open current folder
Re: Open current folder
- Subject: Re: Open current folder
- From: Landis <email@hidden>
- Date: Thu, 20 Dec 2001 10:48:06 -0800
---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.
Many people have had other problems if you're talking about
AppleScript 1.7 (comes with MacOS 9.2.2). My problems were more
easily solved by going back to AS 1.6 (Extension and Scripting
Additions). Apparently Apple's working on fixing these problems.
Landis