Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2006-12-31 21:09:00
Size: 551
Editor: KaiJaeger
Comment:
Revision 7 as of 2012-12-23 15:21:00
Size: 827
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Imagine that there is deep in the Windows directory structure a file your are interested in, and you need the full pathname together with the filename? What a shame... = ClipboardPath =
Imagine that there is deep in the Windows directory structure a file your are interested in, and you need the full pathname, with or without the filename?
Line 3: Line 4:
No, Windows is still not offering any help here. But there is a little freeware tool available, called GetPath, which solves the problem! Until recently Windows did not offer any help at all. With Windows 7 (I never touched Vista) there is a way to get the full path: shift-right-clicking on a file or folder offers an option "Copy as path". Rather awkward for something I need that often.
Line 5: Line 6:
Once the DLL is copied onto your harddisk and the Windows registry is told where to find it, the Windows context menu offers a new command when you right-click a filename: "Copy path to clipboard" There is a little freeware tool available, called !ClipboardPath, which solves the problem. A simple installation procedure and the tool is ready for use. You can download the tool from:
Line 7: Line 8:
Download here: attachment:GetPath.zip http://stefan.bertels.org/en/clipboardpath

After installing it the Windows context menu for a file or folder in Windows Explorer (or any Open File dialog) offers this:

{{attachment:pathtoclip.png}}

ClipboardPath

Imagine that there is deep in the Windows directory structure a file your are interested in, and you need the full pathname, with or without the filename?

Until recently Windows did not offer any help at all. With Windows 7 (I never touched Vista) there is a way to get the full path: shift-right-clicking on a file or folder offers an option "Copy as path". Rather awkward for something I need that often.

There is a little freeware tool available, called ClipboardPath, which solves the problem. A simple installation procedure and the tool is ready for use. You can download the tool from:

http://stefan.bertels.org/en/clipboardpath

After installing it the Windows context menu for a file or folder in Windows Explorer (or any Open File dialog) offers this:

pathtoclip.png

GetPath (last edited 2012-12-23 15:21:00 by KaiJaeger)