How many times have you opened Explorer and created a new folder. Now you want to save a file from an editor or other program using SaveAs Dialog? The choice then is drill down in the SaveAs Dialog and click the button, or go to the Explorer Window address field highlight and copy, then paste into the SaveAs so you don't have to type in the path.
With
PastePath running in the tray, as soon as you create the new folder and it's the active window, then just open the SaveAs Dialog, click to put the focus to the Edit Line, and Control-Right Click. The folder path from the last active Explorer Window is pasted in. A simple hotkey. But it saves a lot of drilling down.
It's free for you to use at your own risk. You may download from my
Hotkeys Page
See the Requirements Section at the top of the page.
The zip includes the Autohotkey_L scripts, custom icon, compiled exe and Readme.txt. If you compile it yourself I recommend using the latest AutoHotkey_L 32 bit Unicode build.
Edit: Update to
1.2.0.0. I changed the hotkey to Control Winkey Right Click. This should avoid conflicts. Now the target window may be any window that accepts text paste from clipboard. For example, a text editor, any dialog with an edit line etc..
Edit: Update to
1.3.0.0 Now saves and restores text Clipboard contents around the path paste.
Edit: Update to
1.5.0.0 Added ability to paste into command prompts. Paths containing space(s) are wrapped in double quotes. See Readme.txt for details.