<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../style.css">
<title>
Gambas Documentation - Settings
 (gb.settings)</title>
</head>
<table class="none" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td align="left">
<font size="-1">
<a href="../../../help+en"><img class="flag" alt="Home" border="0" src="../../../img/lang/en.png" align="center"></a>&nbsp;
<a href="../gb.settings+en">Up</a>&nbsp;
<a href="../gb.settings+en">Previous</a>&nbsp;
<a href="settings/clear+en">Next</a>&nbsp;
</td></tr></table>
<div class="notab">
<h1>
Settings
 (gb.settings)</h1>
This class manages global configuration files.
<p>
If you use this class statically, then the default project configuration file will be used.
<p>
<div class="warning"><table class="none" border="0"><tr><td width="40" valign="top"><img border="0" src="../../../img/info.png" align="center"></td><td valign="top">
The path of the default configuration file is:
<p>
<tt><a href="../gb/user+en">User</a>.<a href="../gb/user/home+en">Home</a> &/ &quot;.config/gambas&quot; &/ <a href="../gb.qt/application+en">Application</a>.<a href="../gb/application/name+en">Name</a> & &quot;.conf&quot;</tt>
<p>
For example, the development environment configuration file is stored in <tt>~/.config/gambas/gambas2.conf</tt>
</td></tr></table></div>
<p>
<div class="black"><font size="-2"><b>Symbols</b></font></div>
<div class="border">
This class can be used like an object by creating an hidden instance on demand.<br>
This class is not creatable.<br>
This class acts like a <a class="none" href="settings/_get+en">read</a> / <a class="none" href="settings/_put+en">write</a> array.<br>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Static&nbsp;properties</b></td><td width="32">&nbsp;</td>
<td align=left><b>Static&nbsp;methods</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<b><a class="none" href="settings/path+en">Path</a></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
<td>
<b><i>/comp/gb.settings/settings/array</i></b>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
<hr><table class="none" cellspacing="0" cellpadding="0">
<tr>
<td align=left><b>Methods</b></td><td width="32">&nbsp;</td>
</tr>
<tr valign=top>
<td>
<a class="none" href="settings/clear+en">Clear</a>&nbsp;&nbsp; <a class="none" href="settings/read+en">Read</a>&nbsp;&nbsp; <a class="none" href="settings/save+en">Save</a>&nbsp;&nbsp; <a class="none" href="settings/write+en">Write</a>&nbsp;&nbsp; </td><td>&nbsp;</td>
</tr>
</table>
</div>

</div>
</body>
</html>

