To display the full path in the Finder title in Leopard, open Terminal.app and run:
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES

then

$ osascript -e ‘tell app “Finder” to quit’

Then relaunch the Finder from the dock. To undo:

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

Sorry, the comment form is closed at this time.

© 2012 James Border Suffusion theme by Sayontan Sinha