I have a text file opened up in TextEdit, and I can't seem to figure out the full path of the file.

Also, if I search for the file in spotlight, it doesn't seem to tell me the full path of the file either.

This shouldn't be so hidden :)

I'm clearly missing something here.

link|improve this question

48% accept rate
Are you on lion? Otherwise, the save-as feature should take you to the correct directory. – soandos Dec 25 '11 at 17:49
feedback

2 Answers

You can Command-Click the icon and file name in a window's title bar to reveal the full path as a menu:

enter image description here


You almost never need this path: Due to the lack of an address bar in Finder, where would you paste it? You can just drag the file proxy (the icon) from a window's title bar into an Open… file dialog to select it e.g. in a different application.


If you really want the full path to a file in a copyable form, you can drag and drop the file or its proxy icon onto a Terminal window. From there, you can then copy and paste it.

enter image description here

Simple text editing fields (like text areas on web sites), or Text Edit's plain text view behave in a similar way: Just drag & drop the file onto them.

enter image description here


You can also use Automator to create a Service that copies a selected file or folder's path to the clipboard. Launch Automator, select Service, and that it receives selected files and folders in any application. Save, and name it e.g. Copy File or Folder path.

enter image description here

Just select a file or folder in Finder or any other program that works in a similar way and invoke your new service from the Application Menu » Services » Copy File or Folder path (it will only show up if you actually have files or folders selected). You can assign a keyboard shortcut in System Preferences » Keyboard » Keyboard Shortcuts » Services


A file's path is also displayed in its details dialog in the General category, from where it can be selected and copied:

enter image description here


A selected file's path is also displayed in the Finder's path bar, which you can enable from View » Show Path Bar. It's enabled by default for Spotlight results windows AFAIK.

enter image description here


From the Spotlight menu, you can press Command-I to open the file's Get Info dialog, drag it to Terminal, drag it to a TextEdit plain text view or a similarly simple view, or drag it to an Open… file dialog.

From the Spotlight results window, you can open the Get Info dialog, drag the file to Terminal, to TextEdit, an Open… file dialog, or invoke the service. The full path is also displayed in the Path Bar.

link|improve this answer
feedback

In most programs you can command+click (or apple+click, depending on your keyboard) on the file's name in the title bar of its window and you'll get its path arranged vertically in a dropdown list.

Or in Finder, for instance after a search, you can select the file and do command+I to bring up the file information window, which should have the full path somewhere.

link|improve this answer
Option-click has never worked for this on my machine. Did you mean Command-click? – Daniel Beck Dec 25 '11 at 18:52
You're right. It's command+click instead of option+click. I'm fixing that right now. Option+click doesn't do anything much I was thinking of option-drag, which lets you drag the icon from the title bar to a different folder, or disk or the trash without needing to open up a finder window to the file's current location. But I see you've covered that and more in your own answer. – Andrew Turner Dec 25 '11 at 20:50
You don't actually need to press Option for that. You just need to press the mouse button for a moment before moving the pointer away from the proxy icon, then you can drag. Option then makes it a copy operation instead of destination-dependent copy, move or alias. – Daniel Beck Dec 25 '11 at 21:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.