33 <tr><td>None</td></tr> |
33 <tr><td>None</td></tr> |
34 </table> |
34 </table> |
35 <h3>Functions</h3> |
35 <h3>Functions</h3> |
36 <table> |
36 <table> |
37 <tr> |
37 <tr> |
|
38 <td><a href="#amendConfig">amendConfig</a></td> |
|
39 <td>Module function to amend the config file.</td> |
|
40 </tr><tr> |
|
41 <td><a href="#createDefaultConfig">createDefaultConfig</a></td> |
|
42 <td>Module function to create a default config file suitable for eric.</td> |
|
43 </tr><tr> |
38 <td><a href="#getConfigPath">getConfigPath</a></td> |
44 <td><a href="#getConfigPath">getConfigPath</a></td> |
39 <td>Public method to get the filename of the config file.</td> |
45 <td>Module function to get the filename of the config file.</td> |
40 </tr><tr> |
46 </tr><tr> |
41 <td><a href="#getServersPath">getServersPath</a></td> |
47 <td><a href="#getServersPath">getServersPath</a></td> |
42 <td>Public method to get the filename of the servers file.</td> |
48 <td>Module function to get the filename of the servers file.</td> |
43 </tr> |
49 </tr> |
44 </table> |
50 </table> |
|
51 <hr /><hr /> |
|
52 <a NAME="amendConfig" ID="amendConfig"></a> |
|
53 <h2>amendConfig</h2> |
|
54 <b>amendConfig</b>(<i></i>) |
|
55 <p> |
|
56 Module function to amend the config file. |
|
57 </p> |
|
58 <div align="right"><a href="#top">Up</a></div> |
|
59 <hr /><hr /> |
|
60 <a NAME="createDefaultConfig" ID="createDefaultConfig"></a> |
|
61 <h2>createDefaultConfig</h2> |
|
62 <b>createDefaultConfig</b>(<i></i>) |
|
63 <p> |
|
64 Module function to create a default config file suitable for eric. |
|
65 </p> |
|
66 <div align="right"><a href="#top">Up</a></div> |
45 <hr /><hr /> |
67 <hr /><hr /> |
46 <a NAME="getConfigPath" ID="getConfigPath"></a> |
68 <a NAME="getConfigPath" ID="getConfigPath"></a> |
47 <h2>getConfigPath</h2> |
69 <h2>getConfigPath</h2> |
48 <b>getConfigPath</b>(<i></i>) |
70 <b>getConfigPath</b>(<i></i>) |
49 <p> |
71 <p> |
50 Public method to get the filename of the config file. |
72 Module function to get the filename of the config file. |
51 </p><dl> |
73 </p><dl> |
52 <dt>Returns:</dt> |
74 <dt>Returns:</dt> |
53 <dd> |
75 <dd> |
54 filename of the config file (string) |
76 filename of the config file (string) |
55 </dd> |
77 </dd> |
58 <hr /><hr /> |
80 <hr /><hr /> |
59 <a NAME="getServersPath" ID="getServersPath"></a> |
81 <a NAME="getServersPath" ID="getServersPath"></a> |
60 <h2>getServersPath</h2> |
82 <h2>getServersPath</h2> |
61 <b>getServersPath</b>(<i></i>) |
83 <b>getServersPath</b>(<i></i>) |
62 <p> |
84 <p> |
63 Public method to get the filename of the servers file. |
85 Module function to get the filename of the servers file. |
64 </p><dl> |
86 </p><dl> |
65 <dt>Returns:</dt> |
87 <dt>Returns:</dt> |
66 <dd> |
88 <dd> |
67 filename of the servers file (string) |
89 filename of the servers file (string) |
68 </dd> |
90 </dd> |