I often find that I need the full path of file, often when that file is on the desktop/start menu (i.e., not viewing within Explorer). (There's a related question but it's asking for a solution in Explorer. I want solutions that'll work everywhere).

link|improve this question

feedback

2 Answers

up vote 5 down vote accepted

The freeware shell extension ClipPath can do this, simply right click the file and select Clip Path:

alt text

ClipPath (Version 2.1)

As a Programmer, we are often required to set the path or classpath Environment variables. But Windows Operating does not allow us to copy the full path of a file or a folder,say, c:\temp\try.java to clipboard so that we can paste the same anywhere we require.

Clip Path utility tries to solve these problems. It is a windows Shell Extension Program. Once installed, you can copy full path of a file or folder to clipboard.

Support for copying path of multiple files or folders is also provided.

Support for UNIX style path (/) is also provided.

In Windows Vista and 7, this is not needed. You can simply hold down the Shift key, right-click the file and select Copy as path:

alt text

not sure if this works in the Start menu though, maybe someone can clarify.

link|improve this answer
Great answer! I thought I'd heard that this was built-into Win7. – Clay Nichols Jan 22 '10 at 5:49
Yep, just tricky to find :) – John T Jan 22 '10 at 5:50
Interesting, because the numerous utilities I see only copy Windows style path. Only Synesis' extension can copy in Unix style (useful to paste in strings of most languages), but it doesn't work in Win7. And I guess that Win7's trick doesn't copy in Unix style either. Alas, the site you link to doesn't respond right now. – PhiLho Mar 29 '11 at 9:23
feedback

It's sucks having to press the Shift key everytime that you want to copy a path in Windows 7 (I need to do this a lot at my job). I use ClipboardPath instead. It works for windows 7 and others versions.

There's this other too, but I didn't try it: http://www.mydigitallife.info/copy-path-information-for-multiple-files-to-clipboard-with-copy-path/

link|improve this answer
Are you lazy to hold SHIFT and prefer tool that you could do without? – Boris_yo Mar 17 at 7:36
feedback

Your Answer

 
or
required, but never shown

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