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!
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!