AppleScript help please

tk4two1

Professional Crastinator
I am trying to write a simple script to open a certain folder on my drive. So far I have it set up like so...

tell application "Finder"
activate
open folder "admin"
end tell


Now, It cannot find the folder and I have forgotten how to tell it where to find it. Any help would be great. And Thanks!
 
The "Finder Dictionary" has a command that will find it for you. I'll look for it and post it later.

Ok, found it. Use the "reveal" command in order to find it. Or just search in Sherlock for it.
 
it should be open folder "admin" of item "insert item here" of item "bbb"

etc. until you get to the drive name.
 
Back
Top