Page 1 of 1

Determine the path and name of the generated index.html-file

Posted: Tue Mar 06, 2018 5:01 pm
by Peter
Hello,

i am looking for a reliable method to determine the path and name of the generated index.html - file to write a tool to modify this file.

* on the one hand, at the time of development after pressing f5 and before calling up the browser (SpiderBasic_Compilation[x].html).

* and on the other hand when publishing after creating a web app.

can anyone help?

Thanks in advance & Greetings ... Peter

Re: Determine the path and name of the generated index.html-

Posted: Tue Mar 06, 2018 6:19 pm
by Peter
Peter wrote:* on the one hand, at the time of development after pressing f5 and before calling up the browser (SpiderBasic_Compilation[x].html).
probably "%EXECUTABLE" when running the tool "After Compile/Run"...