IniLikeFile.saveToFile

Save object to the file using .ini-like format.

class IniLikeFile
@trusted const
void
saveToFile
(
string fileName
)

Throws

ErrnoException if the file could not be opened or an error writing to the file occured.

See Also

saveToString, save

Meta