inifile
inifile copied to clipboard
How to delete a specified item in a specified section without affecting other items in the section
[section1] var1 = foo var2 = bar var1 = poodle
Currently only want to delete var1 in section1, keep other members;how to achieve it?