Skip to main content

write_file_encoded

Function write_file_encoded 

Source
pub fn write_file_encoded(
    path: &Path,
    content: &str,
    temp_suffix: Option<&str>,
    no_dereference: bool,
    encoding: &str,
) -> Result<()>
Expand description

Write file with encoding and symlink support.