| View previous topic :: View next topic |
| Author |
Message |
marlap
Joined: 01 Mar 2008 Posts: 11 Location: Canada
|
Posted: Fri Apr 04, 2008 12:28 pm Post subject: copy pathway? |
|
|
| I was wondering if anybody knows of a script that will copy the pathway to the clipboard via the contextual menu when you right click on a file, folder or the desktop? |
|
| Back to top |
|
 |
jaco0646
Joined: 07 Oct 2006 Posts: 582 Location: MN, USA
|
Posted: Fri Apr 04, 2008 2:45 pm Post subject: |
|
|
This happens automatically whenever you copy files (via the context menu or Ctrl-c).
| AHK Help File wrote: | | Files (such as those copied from an open Explorer window with Control-C) are considered to be text: They are auto-converted to their filenames (with full path) whenever Clipboard is referenced in the script. |
_________________ http://autohotkey.net/~jaco0646/ |
|
| Back to top |
|
 |
marlap
Joined: 01 Mar 2008 Posts: 11 Location: Canada
|
Posted: Tue Apr 08, 2008 12:51 pm Post subject: |
|
|
| jaco0646 wrote: | This happens automatically whenever you copy files (via the context menu or Ctrl-c).
| AHK Help File wrote: | | Files (such as those copied from an open Explorer window with Control-C) are considered to be text: They are auto-converted to their filenames (with full path) whenever Clipboard is referenced in the script. |
|
But instead of pasting the actual object to a desired location, I'd like to paste just the text of the path instead. |
|
| Back to top |
|
 |
read careful Guest
|
Posted: Tue Apr 08, 2008 2:29 pm Post subject: |
|
|
| Quote: | his happens automatically whenever you copy files (via the context menu or Ctrl-c).
AHK Help File wrote:
Files (such as those copied from an open Explorer window with Control-C) are considered to be text: They are auto-converted to their filenames (with full path) whenever Clipboard is referenced in the script. |
|
|
| Back to top |
|
 |
|