How to show full directory path in Finder window title

By | 2011/08/03

To display full path:

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES

To revert this changes:

defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO

Apply changes with:

killall Finder