How do we make a simple open folder script?
How do we make a simple open folder script?
- Subject: How do we make a simple open folder script?
- From: "Bill West" <email@hidden>
- Date: Thu, 27 Dec 2001 12:24:44 -0800
What is the simplest script to open a document folder?
The file path to the folder is:
HD:Documents:BIG BOX:
The following script doesnt work, what is the right way to open the Folder BIG BOX?
My startup disk is HD
tell application "Finder"
activate
select startup disk
select folder Documents:BIG BOX:
open selection
end tell