A asu1911 macrumors newbie Original poster Feb 3, 2008 5 0 Mar 5, 2008 #1 Is it possible to have finder show all the directories at the top, prior to listing any files? I'm terrible at organizing all my stuff and sometimes it can be difficult to find individual files among all the directories. Thank you in advance.
Is it possible to have finder show all the directories at the top, prior to listing any files? I'm terrible at organizing all my stuff and sometimes it can be difficult to find individual files among all the directories. Thank you in advance.
richard.mac macrumors 603 Feb 2, 2007 6,292 5 51.50024, -0.12662 Mar 5, 2008 #2 defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES Changes the title of a window to its full path. Repeat with NO to reverse. Click to expand... from Terminal Commands for Hidden Settings in Leopard
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES Changes the title of a window to its full path. Repeat with NO to reverse. Click to expand... from Terminal Commands for Hidden Settings in Leopard
A asu1911 macrumors newbie Original poster Feb 3, 2008 5 0 Mar 5, 2008 #3 Forgive me, I believe I may have worded my question poorly. I do appreciate your time though. What I'm trying to do is like, instead of this: Apples (dir) Biscuits (dir) Carrots.jpg (file) Dragons (dir) Eggs (dir) ------ Have finder list them as such: Apples (dir) Biscuits (dir) Dragons (dir) Eggs (dir) Carrots.jpg (file) ------ Again, thank you in advance for any help. I'm sure its something simple that I'm totally overlooking.
Forgive me, I believe I may have worded my question poorly. I do appreciate your time though. What I'm trying to do is like, instead of this: Apples (dir) Biscuits (dir) Carrots.jpg (file) Dragons (dir) Eggs (dir) ------ Have finder list them as such: Apples (dir) Biscuits (dir) Dragons (dir) Eggs (dir) Carrots.jpg (file) ------ Again, thank you in advance for any help. I'm sure its something simple that I'm totally overlooking.