when I copy a file path as hyperlink to other appilcations, such as outlook or Onenote. Only the words before "blank" can be recognized.
can we add a option, when i copy the file path, it can automatically add "<>" (path name like <\\192.168.0.1\xyz 123\xxx>),so that it can be automatically recognized?
copy file path include "<>"
copy file path include "<>"
- Attachments
-
- Path name without <>
- Snipaste_2024-06-11_14-57-17.jpg (58.78 KiB) Viewed 1501 times
Re: copy file path include "<>"
Hi Pelin,
I can reproduce your issue, using
Best regards, Markus
I can reproduce your issue, using
\\192.168.0.1\xyz 123\xxx, which will not automatically recognized as a "link". If I add a trailing backslash "\", it will be recognized.Best regards, Markus
-
admin
- Site Admin
- Posts: 64917
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: copy file path include "<>"
Or use a script:
copytext quote(<curitem>); //in quotescopytext '<' . <curitem> . '>'; //in hooksFAQ | XY News RSS | XY X
Re: copy file path include "<>"
Also, as well
copytext lax(<<curitem>>)
XYplorer Beta Club