Files
moudey--shell/docs/functions/ini.html
T
2026-07-13 12:28:17 +08:00

17 lines
425 B
HTML

<h5>INI</h5>
<br>
<p>Functions for handling with .ini files.</p>
<br>
<section id="ini.get"class="my-5">
<h5>ini.get</h5>
<p>Returns the value of the key</p>
<p>Syntax</p>
<code>ini.get('path\to\ini file', "section", "key")</code>
</section>
<section id="ini.set" class="my-5">
<h5>ini.set</h5>
<p>Set the key value.</p>
<p>Syntax</p>
<code>ini.set('path\to\ini file', "section", "key", "value")</code>
</section>