This little shell extension adds a few enhancement to the current shell context menu. Version postfixed with “_StdAlone“ no requires runtime libraries (RTL50.BPL and VCL50.BPL)
In this version these are the newly added functions:
Menu “Copy Path to Clipboard“ with the following sub menu items
“Copy Path as Long Name to Clipboard “
Copies the selected file“s full path to the clipboard in it“s long file name format.
“Copy Path as Short Name to Clipboard “
Copies the selected file“s full path to the clipboard in it“s short file name format.
“Only the File Name Part as Long Name“
Copies the selected file“s name to the clipboard without path in long file name format. (Visible only if the selected shell item is a directory.)
“Only the File Name Part as Short Name“
Copies the selected file“s name to the clipboard without path in short file name format. (Visible only if the selected shell item is a directory.)
“Only the Directoy Name Part as Long Name“
Copies the selected file“s directory path to the clipboard in it“s long file name format.
“Only the Directoy Name Part as Short Name“
Copies the selected file“s directory path to the clipboard in it“s short file name format.
Holding key Ctrl down while selecting any of the copy menu items adding surrounding apostrophes to the path str copied to the clipboard.
Currently only single file selection works. (The context menu will NOT contain menu items of HPathCopyShExt if you selected more than one file!)
v 1.0.4
Serious bug corrected, wrong QueryContextMenu return value corrupted other context menu handlers.
v 1.0.5
Other QueryContextMenu bug corrected.
v 1.1.0
Unicode support added
handled extension types added/corrected
lnk extension handling corrected
directoy background handling added
drive handling added
v 1.2.0
quoted path not always worked
used BCB5 for building
install.bat corrected
FreewareFiles tested HPathCopyShExt_StdAlone v1.2.0 on 2005-01-16 using leading
antivirus scanners and found it 100% Clean. It does not contain any form
of malware, spyware, viruses, trojans, etc. We will re-test each updated
version and remove the award as well as the program if found infected.
User Reviews
"Helpful"
Reviewer: -Jarek
Review Date: 2004-12-30
Average Rating (1 Votes ) 5.00
Pros: None
Cons: None
Other Thoughts: Very helpful especially when you often send paths to files on your company network via e-mail!