Function gchemol_gut::fs::write_to_file

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

Write string to file

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