<div dir="ltr">Hi Everybody. <br> <p>In Scilab 5.0 I want to add help chapters under a common folder as for <br> instance is done for Scicos. <br> </p><p>for instance if I have 2 help directorys say c:/help/chapter1/jar and <br>
c:/help/chapter2/jar, then <br> --> add_help_chapter('chapter 1','c:/help/chapter1/jar'); <br> add_help_chapter('chapter 2','c:/help/chapter2/jar'); <br> --> help <br> </p><p>shows 2 folders: chapter1/chapter1 and chapter2/chapter2 <br>
</p><p>But what I would like to see is a generic folder say Newchapters with <br> inside the 2 folders chapter1 and chapter2 (without their subfolders <br> with the same name). <br> </p><p>How can I realize this? <br> </p>
<p>Thanks. <br> </p>Eric. </div>