Hi KLone team,<br><br>I wish to open a file in my &quot;webapp&quot; folder. It&#39;s embedded with KLone binary.<br>I need to read a file into &quot;webapp&quot; (ex : webapp/myconf.ini&quot;) with INI parser but my INI parser use standard &quot;open()&quot;, &quot;read()&quot; ... functions.<br>
<br>Can I open an embedded file in binary, please ?<br clear="all"><br>ex :<br>My KL1 page could be :<br>===================================<br>&lt;%<br>FILE fic;<br>fic = open(&quot;%klone%/webapp/myconf.ini&quot;);<br>===================================<br>
which &quot;%klone% would be replace by the good fonction (for example : fs_open(&quot;/webapp/myconf.ini&quot;) where &quot;fs_open&quot; could the function to open a file in embedded KLone system) after the post-compilation (in &quot;pg_xxxx.c&quot; file in &quot;target/klone/site&quot;)<br>
<br><br>Thanks.<br><br>-- <br>Mickaël AUGER<br><br>