By running the two commands below, in a terminal, it’s possible to get OS X’s Finder to display the current full path as the window’s title.
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
$ killall Finder
It’s not possible to edit or “grab” the path. Power users might like the Finder’s “Path Bar” more. You can enable the Path Bar through “View -> Show Path Bar”
Post a Comment