pub fn write(path: &Path, map: &BTreeMap<String, String>) -> Result<()>
Write KEY=“value” lines.
Returns HortoError when parent dirs cannot be created or the file cannot be written.
HortoError