Function IniLikeFile.saveToFile
Save object to the file using .ini-like format.
final void saveToFile
(
string fileName,
const(IniLikeFile . WriteOptions) options = exact()
) @trusted const;
Throws
ErrnoException
if the file could not be opened or an error writing to the file occured.