Question
Hi,
i have problems with the file:\\ Link in the TreeBrowserPlugin.
e.g.
%TREEBROWSER{"file" title="Documentation" shared="mentree1"}%
* *Handbooks*
* icon:see.gif file:\\daedvd01\BS2000\SOFTBOOK\man_de.htm
See the link in the picture!
The file link in the treebrowser doesent work. In the TOPIC it works proberly.
The httpd:// link in the TreeBrowserPlugin also works fine.
Any idea
Michael
Environment
--
MichaelEngel - 17 Mar 2008
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Thanks for reporting that bug. Not sure how to fix it though. It looks like
\ are just considered as escape characters. As a workaround you should be able to use HTML or TML like
[[][]].
--
StephaneLenclud - 27 Mar 2008
Another way would be to use four backslashes
file:\\\\...
For each pair of slashes, the first escapes the second.
--
SeanCMorgan - 02 Jun 2008