Question
Link path length limited to 65 characters?
After working with RoboHelp X5 for about 2 years, it just
came to my attention that some of the links in our compiled help
file do not work, even though there are no "Broken Links" in the
project. After a bit of investigating, I discovered that if the
relative pathname of the referenced file was longer than 65
characters, the link would not work.
The problem does not occur within the Robohelp topic previewer window, so I thought it might be a limitation of the Microsoft HTML viewer, but I once ported the same project to another help authoring tool and the chm file that it produced from the same underlying project works just fine. So, I have to believe that somewhere in the compiling process, the file names are getting truncated, resulting in broken links.
Has anyone else come across this problem? Is it perchance fixed in RoboHelp 6? I shudder to think that I may have to go back and shorten all of my folder and file names to ensure that even from a three- or four-level-deep nested topic, the relative path to the referenced topic would not exceed 65 characters.
Just as an example, the following link works:
href="..\..\..\..\Markets\Utilities\Properties\Market_Properties_Ov.htm"
but this does not:
href="..\..\..\..\Markets\Utilities\Properties\Market_Properties_Ove.htm"
Thanks for any help.
The problem does not occur within the Robohelp topic previewer window, so I thought it might be a limitation of the Microsoft HTML viewer, but I once ported the same project to another help authoring tool and the chm file that it produced from the same underlying project works just fine. So, I have to believe that somewhere in the compiling process, the file names are getting truncated, resulting in broken links.
Has anyone else come across this problem? Is it perchance fixed in RoboHelp 6? I shudder to think that I may have to go back and shorten all of my folder and file names to ensure that even from a three- or four-level-deep nested topic, the relative path to the referenced topic would not exceed 65 characters.
Just as an example, the following link works:
href="..\..\..\..\Markets\Utilities\Properties\Market_Properties_Ov.htm"
but this does not:
href="..\..\..\..\Markets\Utilities\Properties\Market_Properties_Ove.htm"
Thanks for any help.
