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 "<>"
-
Pelin
- Posts: 20
- Joined: 26 Apr 2021 02:37
copy file path include "<>"
You do not have the required permissions to view the files attached to this post.
-
matewo
- Posts: 103
- Joined: 03 Jun 2018 21:35
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: 66093
- 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
-
yusef88
- Posts: 1148
- Joined: 28 Jan 2013 03:50
- Location: Windows 8.1 32-bit
Re: copy file path include "<>"
Also, as well
copytext lax(<<curitem>>)-
admin
- Site Admin
- Posts: 66093
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
Pelin
- Posts: 20
- Joined: 26 Apr 2021 02:37
XYplorer Beta Club