Scripting OS X Finder
Scripting OS X Finder
- Subject: Scripting OS X Finder
- From: Bryan Harris <email@hidden>
- Date: Sun, 25 Mar 2001 12:54:46 -0600
Is there a way to convert old Finder scripts to the OS X Finder?
This script won't run, and I'm not sure why. (Wrong path delimiters?)
tell application "Finder"
open folder "Ralph:Documents:" using (application "Ralph:Applications
(Mac OS 9):BBEdit 6.0 Folder:BBEdit 6.0:BBEdit 6.0" as alias)
end tell
TIA
- Bryan