Applescript and OS X
Applescript and OS X
- Subject: Applescript and OS X
- From: "Donald S. Hall" <email@hidden>
- Date: Sun, 7 Jan 2001 00:02:22 -0700
Hi all,
I have been experimenting with AS and OS X and wonder if anyone else has. It seems there is no application named "Finder", but there is one called "Desktop" that seems to have a dictionary close to that of the classic Finder. Unfortunately, it doesn't seem to be very scriptable yet - <tell application "Desktop" to empty trash> compiles but generates an error when it tries to run. And does anyone know if the "Mail" program is scriptable? I can activate it with <tell application "Mail" to activate>, but it doesn't seem to have an openable dictionary.
Don