IniLikeFile.save

Use Output range or delegate to retrieve strings line by line. Those strings can be written to the file or be showed in text area. Note: Output strings don't have trailing newline character.

class IniLikeFile
final const
void
save
(
OutRange
)
if (
isOutputRange!(OutRange, string)
)

See Also

Meta