Displaying the current folder path in Finder’s titlebar on Mac OS X

By default, Mac OS X’s Finder displays just the name of the current folder in its titlebar. To see the path to the folder open in a window, you need to hold down the (command) key and click on the Finder’s titlebar icon, then look at the dropdown list of folders.

mac-osx-finder-full-path-titlebar-1

To enable file paths in Finder’s titlebar, open a new Terminal window and enter this command:

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES

mac-osx-finder-full-path-titlebar-2

To revert the setting, open a new Terminal window and enter this command:

defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO

 

Related posts:

  1. Showing hidden files and directories in the Finder in Mac OS X
  2. Making hidden application icons transparent on Mac OS X
  3. Displaying gradients behind Stack items on Mac OS X
  4. Displaying a text-based file and folder tree on the command line
  5. Changing the Mac OS X Login Window welcome message
Twitter Digg Delicious Stumbleupon Technorati Facebook Email

No comments yet... Be the first to leave a reply!

Afrigator