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 |
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 |