Re: Short course
Re: Short course
- Subject: Re: Short course
- From: Emmanuel <email@hidden>
- Date: Tue, 4 Mar 2003 18:03:45 +0100
At 11:00 AM -0500 04/03/03, Andrew 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, and
"sort" is "NOT AVAILABLE YET".
I don't know for 10.2.4.
Emmanuel
_______________________________________________
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.