Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Totally override a folder's name sort order in the Finder' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Totally override a folder's name sort order in the Finder
Authored by: Robert Black on Jun 25, '03 01:52:16PM
By the way, a cool part of the script above is the three lines that hide the comments column while still sorting by it...

set visible of column comment column of list view options of front window to true
set width of column comment column of list view options of front window to 0
set sort column of list view options of front window to comment column repeat with n from 1 to 12


[ Reply to This | # ]