openHelpFile(QString)

Parent Previous Next

TW.app.openHelpFile(QString);


This works by being supplied a local directory path (no file name) in which there must be an index.html


If there is no index.html in that local directory, or the attempt otherwise fails, then the following message is displayed:


 "Unable to find help file."



As of  rev 768 at least, the path can be any valid path on the PC.



Example:


If there is an index.html file in the named directory both of these will work:–


TW.app.openHelpFile("D:/LaTeXPortable/web_mirror/where_my_helpfile_is/");


Or


TW.app.openHelpFile("D:/LaTeXPortable/web_mirror/where_my_helpfile_is");


But even though an index.html is being sought, this will not work:–


TW.app.openHelpFile("D:/LaTeXPortable/web_mirror/where_my_helpfile_is/index.html");


   

Created with the Personal Edition of HelpNDoc: Easily create iPhone documentation