Is there a way to force MacOSX to Sort Folders on Top of Files (Windows Style)? The default setting is always messy and annoying.
Asked
Active
Viewed 35 times
2 Answers
1
cd /System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/ (or whatever language you're running)
sudo plutil -convert xml1 InfoPlist.strings
sudo nano InfoPlist.strings (edit folder here)
sudo plutil -convert binary1 InfoPlist.strings
white using nano locate Folder and put an empty space there to get Folder.

Homer
- 449
- 4
- 9