Manage (add, remove, change) individual settings in an INI-style file without having to manage the file as a whole with, say, \fItemplate\fR or \fIassemble\fR. Adds missing sections if they don't exist.
."------OPTIONS
."
."
.SHOPTIONS
.IPoption
if set (required for changing a \fIvalue\fR), this is the name of the option.May be omitted if adding/removing a whole \fIsection\fR.
.IPothers
all arguments accepted by the \fIfile\fR module also work here
.IPdest
Path to the INI-style file; this file is created if required(required)
.IPsection
Section name in INI file. This is added if \fCstate=present\fR automatically when a single value is being set.(required)
.IPbackup
Create a backup file including the timestamp information so you can get the original file back if you somehow clobbered it incorrectly.
.IRChoices:
yes,no.
.IPvalue
the string value to be associated with an \fIoption\fR. May be omitted when removing an \fIoption\fR.."
."
."------NOTES
.SHNOTES
.PP
While it is possible to add an \fIoption\fR without specifying a \fIvalue\fR, this makes no sense.