[][src]Function gchemol_gut::fs::write_to_file

pub fn write_to_file<P: AsRef<Path>>(path: P, content: &str) -> Result<()>

Write string to file

Note: Replaces the current file content if the file already exists.