fn write_if_absent(path: &Path, content: &str) -> Result<()>
Write content to path only if the file does not already exist.
content
path