alphalpha wrote:First: I didn't call the wanted result UNC path.
It
is an UNC path!
Second: At least Outlook will open "\\server\dir\file name.ext" when the link says "\\server\dir\file%20name.ext" (this is basically what I want to have).
Which of the
two different files placed on the local server will be opened by Outlook?
If I paste "\\server\dir\file name.ext" into an e-mail, it will not become a proper clickable link
How to Insert a File Hyperlink in an Outlook Item
Or just use the menu "Insert hyperlink" and paste the UNC path from the clipboard into the dialog.
(never sent a link to a file or directory on a LAN file server to a colleague?).
I'm doing this very often(also using Outlook), and never needed such a feature in TC.
I wouldn't care about its name as long as it would work for me.
That's exactly what i doubt.
Please create two different files on your network share:
one with space and one with %20 (e.g. "
Test%20Test.doc" )
Insert your %20-link into a mail an try to open "
Test Test.doc".
Kind regards
Holger
Edit: just tested with Outlook2007
It seems that microsoft really replaces the %20 with space. As a result, not valid link to a filename containing %20 can be created.

Bravo MS, just another reason to stay @home with Thunderbird.
2
alphalpha
Another way to create a valid link in Outlook mails is to drag the file with the
right mouse button, drop it into Outlook, and select "create hyperlink here" from the context menu.
And to complete your suggestion:
A cm_CopyAsHyperLinkToClip (file:///Server/dir/File%20name.ext)
would be a better solution.