Sort Problem
Sort Problem
- Subject: Sort Problem
- From: Luther Fuller <email@hidden>
- Date: Sat, 22 Aug 2009 16:16:36 -0500
I have a script (in 10.5.8) that tells the Finder to ...
set fileList to sort (files of someFolder whose name extension is "pdf") by modification date
It works perfectly. Realizing that I really didn't need the whose phrase because the files in the folder are always pdf files, I change the line above to ...
set fileList to sort (files of someFolder) by modification date Now, I always get the error ...
"Finder got an error: every file of alias \" ... \" doesn’t understand the sort message."
Does anyone know why I get this error?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden