Mac OS X Leopard Tips and Tricks: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Finder == | == Finder == | ||
=== Sort Folders Before Files === | === Sort Folders Before Files === | ||
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 | |||
/ | |||
and change the line: | |||
to | /* General kind strings */ | ||
"Folder" = "~Folder"; | "Folder" = "Folder"; | ||
to: | |||
"Folder" = "~Folder"; | |||
Restart OS X. | Restart OS X. |
Revision as of 22:12, 16 March 2008
Finder
Sort Folders Before Files
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.