Function write_config

Source
pub fn write_config<T: AsRef<Path> + ?Sized>(
    section: &str,
    key: &str,
    new_value: &str,
    file_path: &T,
) -> bool
Expand description

Write value into config file.