Here is a quick way to enable full path display in the finder windows under Leopard. You can turn this on by issuing the following two commands in a terminal window:defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
killall Finder
You can also undo this effect by issuing the following two commands in a terminal window:defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO
killall Finder
One response to “Get the full path displayed in finder”
Yes, I think this is very useful.