How to copy a file path in OS X
You can select the path to the file's parent folder in an info window and copy it. |
- The first option is to use the information window for the item, which will show you the full path to it up to its parent folder. Select the item and press Command-I to open the information window for it, and then locate the path in the General section next to the keyword "Where."
- While generally intended to be a quick view of file information, the text content in the information window can be selected by clicking and dragging or by double- and triple-clicking, so you can use these approaches to select the file path and copy it from this window.
- The OS X Terminal is one program that can handle file paths via drag-and-drop as text, instead of trying to manage their contents. Being a text-based tool itself, Terminal will quickly output the specified file path as text, which can be selected and copied.
- To do this, simply launch Terminal and then drag a file to its window, and Terminal will output its file path at the command prompt, which you can then copy. You do not need to know any Terminal commands to do this, and can close the Terminal window when you are done copying.
- The Finder has its Go to Folder feature, which can be used for accessing hidden directories, but similar to the Terminal, you can drag a file or folder here to reveal its full path.
Drag a file to this text field to reveal and then copy its full path (be sure to first delete any existing text). |
- To do this, open a new Finder window by pressing Command-N, and then press Shift-Command-G to reveal the Go to Folder panel for the new window. Then drag a target file from another window to the Go to Folder text field, where it will be converted to a full text path that you can select and copy. Unfortunately you cannot drag a file from the same window once the Go to Folder panel is open, but you can drag from the desktop or another Finder window.
Create this simple workflow in Automator to have a service that will copy the paths of selected files as text. |
- If you regularly need to copy a file path as text, an easier option would be to create a service in Automator that will do this for you. First launch Automator and create a new service workflow. Then make sure the inputs for it are "Files or Folders" in the Finder (done with the menus at the top of the workflow). Then drag the "Copy to Clipboard" action to the workflow area and save the service with a name like "Copy Path as Text."
- While it seems like a replacement for pressing Command-C in the Finder, this approach will ensure that the file paths are copied in full as text instead of only as references that will either be truncated to file names, or be otherwise altered.
- With this service created, you can now select any number of items in the Finder, right-click them, and then choose "Copy Path as Text" from the Services contextual menu and be able to paste the path (or paths) in the location of your choice. You can also use the keyboard system preferences to assign a custom hot key such as Option-Command-C to the service, so you can invoke it directly.Keep in mind that this approach will not copy a file reference, so you cannot use it to move or copy files from one location to another in the Finder, but it will help when managing lengthy and sometimes complex file paths, or the paths of more than one selected item.