Page 1 of 1

Button to copy the path into the clipboard

Posted: Mon May 20, 2019 5:55 pm
by mariomueller
Hi,

as I have to copy folder-path from the explorer many times a day I would be glad if you could provide a button to copy the folder-path into the clipboard.
Additionally a shortcut would be perfect.

Kind Regards
Mario

Re: Button to copy the path into the clipboard

Posted: Tue May 21, 2019 8:15 am
by Edgar5
I too have this need so I added the functionality to my personal version. I chose to use a "Tools" menu entry and I gave it a keyboard shortcut. If anyone wants the code, let me know.

Re: Button to copy the path into the clipboard

Posted: Tue May 21, 2019 4:08 pm
by mariomueller
Hi Eddi,

many thanks. Could you please explain how to do that? Screenshots appreciated :-)

Thanks, regards
Mario

Re: Button to copy the path into the clipboard

Posted: Mon May 27, 2019 1:14 pm
by Janus
Not sure if this will help or not, but your question/need is not new.

https://arstechnica.com/civis/viewtopic.php?t=1157338

One or more of those might do what you need.
Though I use the address bar which I keep in text mode to get the current path.
One of several tweaks I made for my own use.


Janus.

Re: Button to copy the path into the clipboard

Posted: Thu May 30, 2019 2:51 pm
by bkdroid13
The free software "ClipboardPath" adds a new command "Copy path to clipboard" in the context menu of files and folders. With the click of a mouse, you can paste the full name of the file or the name of the fold in any dialog box or editor. You still have the full path.

Re: Button to copy the path into the clipboard

Posted: Sat Jul 06, 2019 9:58 pm
by Edgar5
mariomueller wrote: Tue May 21, 2019 4:08 pmCould you please explain how to do that? Screenshots appreciated
First off, you would need to be able to compile everything and know how to program (or be willing to download/install/use a modified version of Explorer++ from someone you don't know - me)…
Explorer++.png
Explorer++.png (39.37 KiB) Viewed 20137 times
I have drastically modified Explorer++ 1.3.5; if you search around the forum you can find information on some of what I've done. I'm always happy to share the code as I have changed it and, if asked, will place a copy of my current working version on dropbox (or attach it here if not too large for the forum).

Re: Button to copy the path into the clipboard

Posted: Sun Jun 14, 2020 7:35 am
by d0x360
Edgar5 wrote: Sat Jul 06, 2019 9:58 pm
mariomueller wrote: Tue May 21, 2019 4:08 pmCould you please explain how to do that? Screenshots appreciated
First off, you would need to be able to compile everything and know how to program (or be willing to download/install/use a modified version of Explorer++ from someone you don't know - me)…
Explorer++.png
I have drastically modified Explorer++ 1.3.5; if you search around the forum you can find information on some of what I've done. I'm always happy to share the code as I have changed it and, if asked, will place a copy of my current working version on dropbox (or attach it here if not too large for the forum).
I'll take a compiled version if you don't mind.