- write-ini alist #!optional file-or-portprocedure
Writes alist as INI directives to file-or-port.
A symbol at the head of alist signifies a section of that name. The write order of sections and properties is reverse that of alist.
The property-separator parameter specifies the character or string with which to separate property names & values when writing.
The property-separator-patt parameter specifies the regex speparator pattern for which to separate property names & values when reading.
Any value mapped to by the property-value-map parameter will be replaced by its first corresponding key.
If file-or-port is a port, it is not closed.