Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

In a sharepoint 2010 wiki page, how does one create a link to a "local" folder or document?

For example this works in internet explorer, word, excel, etc. but not in sharepoint: file://X:\Some\Folder\Foobar.xls. The only part linkified is file://. Furthermore when using the Insert Link ([ctrl-k]) dialog I'm told file:// is an invalid protocol.

UNC paths work, but the whole point of using drive letters (for us) is to turn \\server\share\big\long\path\to\resource into X:\resource. Something people are not going to give up willingly.

share|improve this question

1 Answer

Ahh, found it. Links must use fore-slashes, file://X:/Some/Folder/Foobar.xls..

Annoying because one can't simply copy-n-paste from a Windows Explorer address bar, but at least it works.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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