17 lines
425 B
HTML
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> |