I iWeekend macrumors regular Original poster 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?
I iWeekend macrumors regular Original poster 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: 829
L LPZ macrumors 65816 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 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?