92

Let's say I have a path to a folder in a text document or in the clipboard, for example:

/Users/Joe/Documents/workspace/test

How can I quickly open this folder in Mac OS X? In Windows I could open the Run-dialog, paste the path into the input box and the folder would open.

Is there a similar way in Mac OS X?

Excellll
  • 12,457
  • 11
  • 50
  • 78
Florian Fankhauser
  • 1,023
  • 1
  • 7
  • 6

3 Answers3

124

Yes, there are. If you are already in Finder you can use one of them:

  1. In the Go menu, choose Go to Folder… option
  2. Press + + G

If you want to do it from Dock - press and hold left mouse on Finder icon and choose Go to Folder….

Just paste in modal window your path and press Enter

It will throw an error if the folder does not exist, or the path points to a file. Note also that it opens in your current window, so if you want to Go in a new window you will have to open that window first.

Victor Perov
  • 103
  • 5
beiju
  • 1,481
  • 1
  • 10
  • 4
  • 2
    It would also be interesting to know why Apple thought it was a good idea to make it so obscure that folks would need to Google the answer. Just make the root directory a favorite et viola' problem solved. Nope. :( – Bruce Dec 29 '20 at 15:54
  • 1
    Option 2) for ordinary guys: Ctrl + Command + G – gargii May 06 '21 at 13:51
  • I'm going to write this on a post-it. I use this *just* infrequently enough I forget it – user4774 Jul 18 '22 at 05:01
31

If you are working at the command line try

$ open <path>

with the bonus that it also opens files in the default application that is set for them.

7

If it is a network path, go to finder and click CMD + K then type smb://servername/drive/file

Simon Sheehan
  • 9,014
  • 12
  • 51
  • 71
Timmyloud
  • 71
  • 1
  • 1