I've often the need to copy the full file path of a file or directory from the file explorer in Windows - is there any easy way of doing this ?

link|improve this question

Interesting requirement. In fact, I have similar question for Visual Source Safe. I need to share the file path in VSS to other users through email. – kamleshrao Aug 21 '09 at 9:10
@kamleshrao in the sourcesafe explorer, just right click a file/folder ->Properties, and you can select and copy the path from that dialog. – nos Feb 9 at 8:10
feedback

12 Answers

up vote 10 down vote accepted

In explorer go to tools - folder options and on the view tab choose display full path in the address bar. You can then copy and paste from the address bar.

link|improve this answer
Out of interest, what shows when this is not on? Cos I've only ever seen the full path in the address bar on XP. And Vista for that matter (though you need to click in it first to see it). – DisgruntledGoat Aug 21 '09 at 11:19
Just the current folder – Col Aug 21 '09 at 11:51
1  
As far as I can tell, this doesn't work if you need the full path of a file. Only the path of the currently open folder can be copied in this way. – wcoenen Oct 12 '09 at 11:24
True, you'd need to copy the filename separately. As far as I know it's not possible to do the whole thing without installing third party utilities. – Col Oct 12 '09 at 12:44
feedback

You can drag and drop the file on the run dialog, or on a command prompt, this will put the full path at the cursor position.

Alternatively, you can install something like Ninotech Path Copy so you have it in your default explorer context menu:

Ninotech Path Copy is a shell extension for Windows 95, 98, NT4, 2000, and XP that enables to copy the path of a file or directory to the Clipboard. You can then paste the path in to your document, e-mail, etc. You copy the path of a file or directory by right-clicking it in the Windows Explorer and choosing Copy Path from the context menu. The context menu then offers nine standard ways of copying the path, in addition to the user defined copying methods that you create yourself:

Of course, what Col suggests is maybe even easier?

link|improve this answer
PathCopy was an awesome extension! It's too bad it no longer works fro me in 7x64... i think it's a 32bit/64bit problem. :( But for XP it is a great pick! – eidylon Mar 20 '10 at 3:42
1  
@eidylon for Win7, you can hold Shift while right clicking on the file, and a "Copy as path" menu item appears. – nos Feb 9 at 8:08
feedback

Copy and paste this text into Notepad and save with a .reg extension:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Allfilesystemobjects\shell\CopyPath]
@="Copy as Path"
"Extended"=""

[HKEY_CLASSES_ROOT\Allfilesystemobjects\shell\CopyPath\command]
@=hex(2):25,00,63,00,6f,00,6d,00,73,00,70,00,65,00,63,00,25,00,20,00,2f,00,63,\
  00,20,00,65,00,63,00,68,00,6f,00,20,00,22,00,25,00,31,00,22,00,7c,00,63,00,\
  6c,00,69,00,70,00,2e,00,65,00,78,00,65,00,00,00

Double click the .reg file, add to the registry, then log off and back on again. Download Clip.exe from Microsoft's FTP site, and copy it to C:\Windows\System32. Now if you hold SHIFT and right-click on a file, you'll see the Copy as Path submenu item.

link|improve this answer
Never heard of this. It's freakin' awesome. – goblinbox Mar 13 at 21:57
feedback

You might want to check out FileMenuTools from Lopesoft.

link|improve this answer
Good utility, that does much more than copy path. Which can be a good thing (it is!) or not (if you just want this feature). – PhiLho Mar 29 '11 at 9:28
feedback

You can install this small explorer extension. It adds a context menu entry that does what you want. Pretty much the same thing as the Ninotech Path Copy, but it comes with an installer.

link|improve this answer
feedback

Create a file named filepath.bat in the following folder:

C:\Documents and Settings\your_user_name\SendTo

Add the following to the .bat file:

@dir %1 /b /s

@pause

To obtain the full file path, right click on a file and select 'Send to' from the context menu. filepath.bat will show up as an option. Select it, and a Command Prompt showing the full path of the file will appear.

Click on the [C:] icon in the upper left of the Command Prompt titlebar and select 'Properties'. Under the 'Options' tab, check the 'Quick Edit Mode'. Then check "Modify shortcut that started this window" (it is only necessary to do this one time). Now, any time you need to know the full path of a file, right click it, select 'Send to', then filepath.bat. To copy the path, drag with the left mouse button over the link then right click. The full path can then be Ctrl + V pasted anywhere.

It seems like a burden, but once it's set up it's reasonably quick to use.

link|improve this answer
feedback

Use Copy Path. It allows you to right-click on a drive or file system object and copy the path of the file to the clipboard.

This extension is intended to make the task of finding and sharing the UNC path for a mapped drive easier as I often need to find this information from colleagues or pass this information to colleagues. I created this utility to make it simpler.

This is a Windows Explorer shell extension that will allow you to right click on a drive or file system object and copy the path of the file to the clipbpoard. If the drive is a mapped drive or the file system object exits on a mapped drive it will resolve the full UNC path.

link|improve this answer
feedback

You could right click the file or folder and go to Properties. There, you have both location and file or folder name.

link|improve this answer
This doesn't return the full path of the file, just the name and directory separately – ChrisF Aug 21 '09 at 11:18
feedback

Grab Path in the Synesis Shell Extensions is excellent, full of useful options like copy in 8.3 format or in Unix format (great to paste in a string in C or Java program, for example).

Alas, it doesn't work in Win7 and seems abandoned (last update in 2006!). But still great on XP, I keep it along with the FileMenu Tools recommended above (which works on Win7), because of the options.

For the record, even if the question is explicitly for WinXP, I thought it can be interesting to share a trick I just discovered today: in Win7, just Shift+right-click to get a copy path option (why it is hidden is beyond me...).

link|improve this answer
feedback

Full path including filename. (xp at least)

In xp file browser place "\" at the end of the folder name and a drop list will appear with all the files in that folder. Use arrow up & down keys to navigate to file of choice, highlighted file is placed in address bar, user left arrow key to swipe and copy path.

Folder tools must be checked that "display full path in the address bar".

link|improve this answer
feedback

in XP, just right click, choose "open with", and just open it with whatever browser you use (internet explorer, firefox, opera, etc)

link|improve this answer
feedback

Here's a variation on previous solutions. Probably the simplest way for XP, and useful if you're in a locked down corporate environment as no registry entries required.

  1. Download clip.exe from the Microsoft Windows 98 Resource Kit FTP site and save it your System32 folder (usually C:\WINDOWS\System32), or somewhere in your PATH.

  2. Copy and paste the line below into a text editor, and save the file as Copy path to clipboard.bat in C:\Documents and Settings\[user_name]\SendTo

    @echo %~dpnx1|clip.exe

  3. To copy the full file path, right click on a file and select 'Send to' from the context menu. Copy path to clipboard.bat will show up as an option. Left-click it and paste away.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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