Paste the hyperlink to another file (Word) into the Visual Studio code file

I am currently developing some functions that implement some complex calculations. The calculations themselves are explained and defined in Word documents.

What I would like to do is create a hyperlink in each code file that references a linked Word document - just like you can in Word itself. Ideally, this link will be placed in XML comments for each class or next to it.

Files are in a network share, and there are no problems to worry about.

So far I have the following, but always an error appears that is not found.

file:///\\165.195.209.3\engdisk1\My Tool\Calculations\111-07 MyToolCalcOne.docx

I developed this problem due to spaces in the folder and file names.

My tool

111-07 MyToolCalcOne.docx

I tried replacing the spaces with% 20, thus:

file:///\\165.195.209.3\engdisk1\My%20Tool\Calculations\111-07%20MyToolCalcOne.docx

but without success.

, : ?

, ?

+3
1

, , - URL. , .

, URL-, URL- . , URL- , .

:

  • , . mydocs://MyToolCalcOne.docx
  • .
  • , , (, - URL )
  • URL- , , URL- - URL- .
  • URL-, , , API ..
  • (, Word, Internet Explorer )?

URL- - Windows ( , , %20) . - - , .

+2

All Articles