Re: Is there a list of commands that work with the Finder (Desktop?) in Mac OS X
Re: Is there a list of commands that work with the Finder (Desktop?) in Mac OS X
- Subject: Re: Is there a list of commands that work with the Finder (Desktop?) in Mac OS X
- From: David Palma <email@hidden>
- Date: Thu, 3 May 2001 14:49:54 -0700
>
Hi List.
>
>
I'm new to tjis list, so excuse me if this is answered before.
>
>
1: Is there a list of commands that work with the Finder (Desktop?) in
>
Mac
>
OS X?
Hey go to the apple site and read the section on AppleScript and Mac OS
X:
http://www.apple.com/applescript/MacOSX_Overview/index.htm
David
>
>
2: When the following script is checked in OS X Script Editor,
>
tell application "Finder"
>
<some stuff here>
>
end tell
>
>
Then the compiler tells me there is a "End Of File" error and
>
highlights the
>
last colon in "Finder"
>
>
Is this a bug, or what??
>
>
:-)
>
>
Jakob