Jump to content

Mac OS X Leopard Tips and Tricks: Difference between revisions

From CCRMA Wiki
Jcaceres (talk | contribs)
No edit summary
Jcaceres (talk | contribs)
Line 2: Line 2:


=== Sort Folders Before Files ===
=== Sort Folders Before Files ===
This only works when you sort by kind...
Just edit with emacs or any other text editor (as root) the file:
Just edit with emacs or any other text editor (as root) the file:
  System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/InfoPlist.strings
  System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/InfoPlist.strings

Revision as of 22:34, 16 March 2008

Finder

Sort Folders Before Files

This only works when you sort by kind... Just edit with emacs or any other text editor (as root) the file:

System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/InfoPlist.strings

and change the line:

/* General kind strings */
"Folder" = "Folder";

to:

"Folder" = "~Folder";

Restart OS X.