I iWeekend macrumors regular Original poster Nov 28, 2012 120 15 Jan 11, 2013 #1 I've searched, and there doesn't seem to be an answer. Is there a way (terminal or otherwise) to move the path bar in finder to the top of the viewer? Somewhere below the title area and above the folder listing?
I've searched, and there doesn't seem to be an answer. Is there a way (terminal or otherwise) to move the path bar in finder to the top of the viewer? Somewhere below the title area and above the folder listing?
Peace Cancelled Apr 1, 2005 19,546 4,557 Space The Only Frontier Jan 11, 2013 #2 Like this ? Attachments path.png 57.8 KB · Views: 645
I iWeekend macrumors regular Original poster Nov 28, 2012 120 15 Jan 11, 2013 #3 thank you, but this idea instead: Attachments Screen Shot 2013-01-11 at 2.50.16 PM2.jpg 56.3 KB · Views: 807
L LPZ macrumors 65816 Jul 11, 2006 1,221 2 Jan 11, 2013 #4 iWeekend said: thank you, but this idea instead: Click to expand... In Terminal, enter Code: defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES; killall Finder Not quite what you want, but it does display the full path at the top of each Finder window. To undo, enter Code: defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO; killall Finder
iWeekend said: thank you, but this idea instead: Click to expand... In Terminal, enter Code: defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES; killall Finder Not quite what you want, but it does display the full path at the top of each Finder window. To undo, enter Code: defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO; killall Finder
I iWeekend macrumors regular Original poster Nov 28, 2012 120 15 Jan 17, 2013 #5 Thanks for the replies. I went with Peace's suggestion. Not really what I was looking for, but it seems OK for now, until I figure out the right google search terms. It must be in a config file somewhere, are they not open/accessible like gnome/kde?
Thanks for the replies. I went with Peace's suggestion. Not really what I was looking for, but it seems OK for now, until I figure out the right google search terms. It must be in a config file somewhere, are they not open/accessible like gnome/kde?