March 26th, 2010 Add Your Comments

Here’s a quick way to show your path in Finder windows.  Open a Terminal window and enter the following:

To enable:

$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
$ killall Finder

To disable:

$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO
$ killall Finder