"To Clipboard" - UNC but add beginning/trailing quote?

Features wanted...
Post Reply
PlorerXY6
Posts: 60
Joined: 13 Oct 2022 19:51

"To Clipboard" - UNC but add beginning/trailing quote?

Post by PlorerXY6 »

Request for "To Clipboard" context menu - add UNC --- but add new menu item to include beginning & trailing quotes?

Because if you paste UNC paths with quotes at beginning/end of path into an Outlook message, they will automatically be hyperlinked by Outlook.

I usually use Path Copy Copy for this but it doesn't work in the context menu in XYPlorer when you select items in multiple folder trees eg in Search or Branch View, so I'd like above option (or script alternative?).

jupe
Posts: 2806
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: "To Clipboard" - UNC but add beginning/trailing quote?

Post by jupe »

Here's a janky way of doing it by script if you are interested:

#114; copytext formatlist(<clp>, "eq", <crlf>);

PlorerXY6
Posts: 60
Joined: 13 Oct 2022 19:51

Re: "To Clipboard" - UNC but add beginning/trailing quote?

Post by PlorerXY6 »

Thank you

May have also fixed by enabling -

AllowMultiLocShellMenu=1


Allows Copy Copy Path to work across folders in XYP...
Edit--that multiloc tweak above may have some issues when opening multiple files tho everything else works.

The script posted above seems like a better idea for now.

Post Reply