iniLikeFileReader

Convenient function for reading ini-like contents from the file.

@trusted
iniLikeFileReader
(
string fileName
)

Throws

ErrnoException if file could not be opened. Note: This function uses byLineCopy internally. Fallbacks to byLine on older compilers.

See Also

Meta