Order of items in a file list from Finder
Order of items in a file list from Finder
- Subject: Order of items in a file list from Finder
- From: Jeffrey Mattox <email@hidden>
- Date: Mon, 31 Mar 2003 23:10:50 -0600
This script:
tell application "Finder"
set theFileList to (name of every file in folder aFolder)
end tell
returns a list in ascending alphabetical order.
1. Can I rely on that ordering to always be the case?
2. Is there an option to get the list in creation date order?
3. Where is this documented?
Jeff
_______________________________________________
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.