Function 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.

final void save(OutRange) (
  OutRange sink,
  const IniLikeFile.WriteOptions options = WriteOptions.exact
) const
if (isOutputRange!(OutRange, string));

Note

Output strings don't have trailing newline character.

See Also

saveToFile, saveToString