Here are my example folders and documents
c:\b.odt
c:\myfolder
c:\myfolder\a.odt
I would like to create a hyperlink in a.odt that references b.odt
The direct path for the hyper link will look like this: c:\b.odt
However different people will have different paths. However, b.odt
will always be in the same directory as myfolder
.
I tried to use ./
but it wasn't working.
Is there a way I can make a hyperlink without the direct path?