Re: Sort error in Leopard
Re: Sort error in Leopard
- Subject: Re: Sort error in Leopard
- From: Christopher Stone <email@hidden>
- Date: Tue, 07 Feb 2012 21:10:28 -0600
On Feb 07, 2012, at 17:03, Luther Fuller wrote: 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.
______________________________________________________________________
Hey Luther,
I seem to vaguely remember that.
I just tested and it does work on Lion.
tell application "Finder" set sourceFolder to target of front window as alias set msgList to (reverse of (get sort {items of sourceFolder} by modification date)) end tell
-- Best Regards, Chris
|
_______________________________________________
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