Function rlink::utils::fs::write_file[][src]

pub fn write_file(
    path: PathBuf,
    file_name: &str,
    values: &Vec<String>
) -> Result<()>