83

I look for a file in finder, finder finds it. But, I'd like to find it's full path. How do I do that?

Breako Breako
  • 1,803
  • 4
  • 16
  • 16
  • 1
    Yeah, it shouldn't be this complicated. Apple loves to hide things from us so that we are more dependent on their gadgets. For another example, see how difficult it is to actually see someone's phone number when you or they call. – JL Peyret Jul 01 '22 at 16:05

9 Answers9

75

c while file is highlighted to copy its path to the macOS clipboard.

(option-command-c)

Easier than all of these by a long shot, IMO.

ijoseph
  • 1,717
73

You can also enter the following in Terminal:

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
then
killall Finder

This will display the full path in the titlebar.

path

to turn it back off change the -bool YES to NO

Or if you want to copy the text of the path you can drag the file into Terminal.

hoss
  • 2,557
20

There are a few ways:

  • Right-click the folder name in the top of the window

    Finder Window Path

  • In the Finder choose "View > Show Path Bar"

    Finder Path Bar

  • Use Go2Shell to open a terminal window at that location

Dave Nelson
  • 5,068
  • 1
  • 17
  • 15
19

Command-C on the file to copy, and Command-V on the command line in Terminal. Or drag the file to the Terminal window

Kevin
  • 4,142
9

In Finder...

  1. Select a file
  2. Choose "View > Show Path Bar"
  3. Right-click the Path Bar file name (or file icon)
  4. Select "Copy as Pathname"
  5. Paste the Pathname where you desire

right click on the path bar file name

Sean M
  • 191
  • just want to add that at least in recent versions of macOS (tried in Big Sur >11.6) there is a shortcut for this and is the nicest way to get the path: ⌥ ⌘ P – 40detectives Dec 07 '21 at 09:27
4

You can right click on it and select "get info" and it should be written in the window that will pop the full path of the folder.

2

Install the FinderPath app

https://bahoom.com/finderpath/

It shows the full address when you click the title in Finder

Works just like Windows

Still works on MacOS 13.1

enter image description here

somebody4
  • 121
0

Right click the file and press info. Then you will get the file path infront of where.

More Info

Asbar Ali
  • 101
  • We are looking for answers which stand for their own and don't send people off-site for essential details. Also, did you read the other answers, especially https://apple.stackexchange.com/a/96742/9058? – nohillside Oct 08 '20 at 13:19
0

On Ventura 14, there's a menu option under View (Opt+Ctrl+P) and then you see the entire path at the bottom of the window. Combine that with Cmd+Shift+. to see hidden files and you're all set. These settings persist after restart.

Note that the option under View does not appear (at least on my setup) unless you've first opened a Finder window.

agarza
  • 2,274