Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

millerrh

macrumors 6502
Original poster
Sep 14, 2005
463
32
I've read many times people want to make folders appear at the top of a list in Finder like they are represented in Windows explorer. I found an article on Macworld that tells you how to do this.

http://www.macworld.com/2005/01/secrets/febmacosxhints/index.php?pf=1

I remember doing this over a year ago on my G4 Powerbook and it working. But on my Intel MacBook Pro, I can't locate the file they are referring to in the article. Any ideas where this file was moved to or how to access this thing on the Intel machines?
 
LaunchServices.framework File on Macbook... Pro But Still No Solution

I too followed the steps from the Macworld article successfully on my Macbook! But now I have a Macbook Pro I cannot find the LaunchServices.framework file. :mad:

After an internet search I found the file here:

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/

And subsequently found the English.lproj file they were asking for:

/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Resources/English.lproj

But don't bother! I added the mysterious space in front of the second "folder" and after a restart a few times, it still doesn't do what it is supposed to do.

Go figure. :(

Let me know if you find a solution! :confused:
 
Just type a ~ before the folder name, many other symbols work to.
A space as part of but before the folders name works too. You can actually name folders or drives for that matter with spaces.

If you need to re launch finder, just hold down the option key and right click, re launch is on the context menu.
 
In Leopard it's in /System/Library/CoreServices/Finder.app, then "Show Package Contents" and from there: /Contents/Resources/English.lproj/InfoPlist.strings. Add a space before the second "Folder" You may need to change permissions to be allowed to edit that file though.

Relaunch finder and it should sort with folders on top.
 
I know this is a few months old now, but I think it's worth writing that this has worked successfully on my MacBook after a few searches of unsuccessful trying.
 
I tried the technique mentioned by D A but so far, nothing. This is what the line looks like that I modified:

"Folder" = "Folder";

So I changed it to:

"Folder" = " Folder";

Is that correct?

After that, I put the perms back and rebooted. But folders are still interspersed with files.

BTW this is on Snow Leopard.. 10.6.2.

Rob
 
Seems to be some amount of confusion about this so...

Steps to do this in 10.5/6:

Open Terminal and enter the following commands

Code:
cd /System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj
sudo cp InfoPlist.strings ~/Desktop/InfoPlist.strings
sudo mv InfoPlist.strings InfoPlist.backup
sudo chmod a+r ~/Desktop/InfoPlist.strings
open ~/Desktop/InfoPlist.strings

Change "Folder" = "Folder" to "Folder" = " Folder"

Code:
sudo mv ~/Desktop/InfoPlist.strings InfoPlist.strings
killall Finder

Now, sort finder by Kind and you're done
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.