Finder doesn't understand the sort message
Finder doesn't understand the sort message
- Subject: Finder doesn't understand the sort message
- From: "Syllas R." <email@hidden>
- Date: Fri, 14 May 2004 10:07:56 -0400
Hi all,
It's a simple example. But it doesn't work on Mac OS X. It works fine on Mac
OS 9.X
This is the simple example
tell app "Finder"
set tampon to every item of folder "Macintosh HD:PDFFolder:"
set SortedList to sort Tampon by modification date
end tell
I alway get this error message when I run the script:
Finder got an error... Doesn't understand the sort message
Does anybody know what's wrong with my simple script
Thank you
_______________________________________________
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.