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 ?
feedback
|
|
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. | |||||||||||
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:
Of course, what Col suggests is maybe even easier? | |||||||
feedback
|
|
Copy and paste this text into Notepad and save with a .reg extension:
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. | ||||
|
feedback
|
|
You might want to check out FileMenuTools from Lopesoft. | |||
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. | |||
|
feedback
|
|
Create a file named
Add the following to the .bat file:
To obtain the full file path, right click on a file and select 'Send to' from the context menu. 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 It seems like a burden, but once it's set up it's reasonably quick to use. | ||||
|
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.
| ||||
|
feedback
|
|
You could right click the file or folder and go to Properties. There, you have both location and file or folder name. | |||
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...). | |||
|
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". | |||
|
feedback
|
|
in XP, just right click, choose "open with", and just open it with whatever browser you use (internet explorer, firefox, opera, etc) | |||
|
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.
| |||
|
feedback
|
