Error in Leopard
Error in Leopard
- Subject: Error in Leopard
- From: Luther Fuller <email@hidden>
- Date: Thu, 29 Dec 2011 14:16:33 -0600
I have a script that works perfectly in Lion and Snow Leopard, but errors in Leopard (10.5.8).The problem is the one line of code ...
tell application "Finder" set msgList to (reverse of (sort items of sourceFolder by modification date)) -- this errors in Leopard
In Leopard, I have to replace this one line with these three lines ...
tell application "Finder" (items of sourceFolder) (sort the result by modification date) as alias list set msgList to (reverse of the result) Does anyone know more about the nature of this problem? Is there a known bug in Leopard here?
|
_______________________________________________
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