Page 1 of 1

UNC-Copy for names containig blanks

Posted: 2008-04-23, 20:28 UTC
by gewo
the function UNC-copy (cm_CopyNetNamesToClip) I usually use to create links in documets which should work with any reader-PC.
But links containing blanks are only considered as link up to the first blank. e.g.: "\\server\Dokumente und Einstellungen\user\Eigene Dateien\abc.txt"
when clicking on the link it tries to link to "\\server\Dokumente".
when replacing all blanks with %20 the link works correct.
"\\server\Dokumente%20und%20Einstellungen\user\Eigene%20Dateien\abc.txt"
KR
gewo