Skip to main content

write

Function write 

Source
pub fn write(path: &Path, map: &BTreeMap<String, String>) -> Result<()>
Expand description

Write KEY=“value” lines.

§Errors

Returns HortoError when parent dirs cannot be created or the file cannot be written.