You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
CopyToClipboard | 4 years ago | |
.gitignore | 4 years ago | |
CopyToClipboard.sln | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
Screenshot.png | 4 years ago |
README.md
CopyPath
Tiny .NET program that lets you copy the full path of a file/folder from within Windows Explorer.
Build Instructions
- If you haven't already, install Visual Studio 2017 or newer. When installing, make sure you select the required .NET framework tools (.NET Version 4.7.2 is recommended, but anything from 3.0 should work)
- Open file CopyToClipboard.sln
- Select Configuration "Release"
- Select Build > Build Solution
- The executable should be in bin/release/CopyToClipboard.exe
Usage
- Run the executable once without any arguments in order to install the Windows Explorer Shortcuts.
- Open Windows Explorer
- Right-click any file or folder
- You should see an option like this:
- Selecting the option should copy the path into your clipboard. The path will use forward-slashes instead of backward-slashes, so you can use it in a string without the need to escape it.