Remini » History » Version 1
Per Amundsen, 02/14/2014 04:36 PM
| 1 | 1 | Per Amundsen | _Added in 1.9.0_ |
|---|---|---|---|
| 2 | |||
| 3 | */remini <inifile> <section> [item]* |
||
| 4 | |||
| 5 | Deletes whole sections or single items in an INI file. |
||
| 6 | |||
| 7 | *Parameters* |
||
| 8 | |||
| 9 | <inifile> - Ini file where the section is located. |
||
| 10 | <section> - Section in the ini file to remove. |
||
| 11 | [item] - Item in the section to remove. |
||
| 12 | |||
| 13 | *Examples* |
||
| 14 | |||
| 15 | <pre> |
||
| 16 | ;Remove the entire section TEST in file.ini. |
||
| 17 | /remini file.ini TEST |
||
| 18 | |||
| 19 | ;Remove only the testitem element from the TEST section in file.ini. |
||
| 20 | /remini file.ini TEST testitem |
||
| 21 | </pre> |