23rd Jan 2010
How to enable the showing of full path in Finder window
Just run this in Terminal:
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
Remember to restart Finder. You can do it with the killall command:
$ killall Finder
Just run this in Terminal:
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
Remember to restart Finder. You can do it with the killall command:
$ killall Finder
Posted by marian under
MAC
No Comments »