https://github.com/menees/copylocation
A Windows shell extension to copy file names and paths
https://github.com/menees/copylocation
copy-path shell-extension windows-shell-extension
Last synced: 2 months ago
JSON representation
A Windows shell extension to copy file names and paths
- Host: GitHub
- URL: https://github.com/menees/copylocation
- Owner: menees
- License: other
- Created: 2020-03-28T20:16:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T21:04:38.000Z (about 5 years ago)
- Last Synced: 2024-10-11T19:25:25.444Z (8 months ago)
- Topics: copy-path, shell-extension, windows-shell-extension
- Language: C++
- Homepage:
- Size: 232 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Copy Location
This shell extension adds the following right-click menu items in Windows Explorer:
* Copy File Path
* Copy File NameIt originally came from the [Copy Location Shell Extension](https://www.codeproject.com/Articles/460/Copy-Location-Shell-Extension) article on CodeProject. I rebuilt it in 2007 using VS2005 to get a version for x64, and I changed the source to turn off the bitmaps on the menu items.
The original author is Itay Szekely ([email protected]), and the current official version is available at https://www.grebulon.com/software/copylocation.php. The official version was updated in 2010 to support x64, but it still uses menu item bitmaps.
## Installation
1. Open a command prompt using Run as Administrator.
1. Change to the 32-bit or 64-bit folder based on your OS.
1. Run: `regsvr32.exe CopyLocation.dll`