vote up 0 vote down star

How do I encode a link in a plaintext email to a local network resource with a space in it.

For instance this will only highlight up to the word "file" but not "file name"

\\SERVER\share\file name

Yet if I do this

\\SERVER\share\file+name
or
\\SERVER\share\file%20name

Then Windows Explorer does not recognize the path correctly.

I realize the different mail clients will handle things differently, but is there a standard way to encode a local network resource?

Thanks

flag

2 Answers

vote up 0 vote down check

Surround the resource with angle brackets <\server\share> Works for me in 2007 Marcus

link|flag
vote up 0 vote down

I'm sure you could do it as an actual URL, like file://\SERVER\share\/file+name.

link|flag
I tried file://\\SERVER\share which works fine, but the "file+name" part still doesn't work. Windows says "Window cannot find ..., Check the spelling " etc... – SmilingRob Jul 6 at 21:04
Ok, try %20 instead. – John Saunders Jul 6 at 22:29
%20 also has the same results as + – SmilingRob Jul 7 at 23:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.