Sort error in Leopard
Sort error in Leopard
- Subject: Sort error in Leopard
- From: Luther Fuller <email@hidden>
- Date: Tue, 07 Feb 2012 17:03:10 -0600
This line of code works in Snow Leopard and Lion
set msgList to (reverse of (sort items of sourceFolder by modification date))
but I just tracked down a bug in Leopard that needed this ...
set msgList to (reverse of (get sort {items of sourceFolder} by modification date))
to work correctly. Works in Snow Leopard, too, but I haven't tested in Lion, yet.
Does anyone see why I need this change?
|
_______________________________________________
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