Re: Short course
Re: Short course
- Subject: Re: Short course
- From: Andrew <email@hidden>
- Date: Tue, 04 Mar 2003 12:49:50 -0500
On 3/4/03 12:03 PM, "Emmanuel" <email@hidden> wrote:
>
> Can anyone theorise why this doesn't work in MacOS 10.2.4:
>
>
>
> tell application "Finder"
>
> run
>
> end tell
>
>
>
> tell application "Finder"
>
> set file_list to every file of startup disk
>
> sort file_list by name
>
> end tell
>
>
My theory: as for 10.2.1, "run" is not in Finder's dictionary,
It's not in any app's dictionary (at least that I've found. It's not in the
finder's dictionary in 9 either).. it just works.
>
and
>
"sort" is "NOT AVAILABLE YET".
>
>
I don't know for 10.2.4.
Ah yes, it's not available in 10.2.4... that's annoying.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.