Hi KLone team,<br><br>I wish to open a file in my "webapp" folder. It's embedded with KLone binary.<br>I need to read a file into "webapp" (ex : webapp/myconf.ini") with INI parser but my INI parser use standard "open()", "read()" ... 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><%<br>FILE fic;<br>fic = open("%klone%/webapp/myconf.ini");<br>===================================<br>
which "%klone% would be replace by the good fonction (for example : fs_open("/webapp/myconf.ini") where "fs_open" could the function to open a file in embedded KLone system) after the post-compilation (in "pg_xxxx.c" file in "target/klone/site")<br>
<br><br>Thanks.<br><br>-- <br>Mickaël AUGER<br><br>