Scott’s Personal Website

Apple

Mac Tip: Enable “path view” in Finder

My finder window after applying the change

My finder window after applying the change

When you open a Finder window and start browsing to a folder, do you lose track of the path to that folder? If you do, the Terminal command below will enable path view in the Finder — this means that you will see the directory path to the current folder you are browsing in the title bar, instead of only seeing the name of the current directory.

To make directory paths visible atop Finder windows, open Terminal.app (/Applications/Utilities/) and type the following command:

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES

Once you run the above command, you will also need to restart the Finder, so you can either type “killall Finder” and hit return, or use the Force Quit option under the Apple menu to relaunch it. The Finder will restart, and you will start seeing the paths to directories in the title bar.

Tip provided by TUAW - http://www.tuaw.com/2008/12/05/terminal-tips-enable-path-view-in-finder/