Remini » History » Version 2
Per Amundsen, 02/16/2023 03:03 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 | 2 | Per Amundsen | table(ktable). |
| 10 | |*Parameter*|*Description*| |
||
| 11 | | <inifile> | Ini file where the section is located. | |
||
| 12 | | <section> | Section in the ini file to remove. | |
||
| 13 | | [item] | Item in the section to remove. | |
||
| 14 | 1 | Per Amundsen | |
| 15 | *Examples* |
||
| 16 | |||
| 17 | <pre> |
||
| 18 | ;Remove the entire section TEST in file.ini. |
||
| 19 | /remini file.ini TEST |
||
| 20 | |||
| 21 | ;Remove only the testitem element from the TEST section in file.ini. |
||
| 22 | /remini file.ini TEST testitem |
||
| 23 | </pre> |