pub fn write_config<T: AsRef<Path> + ?Sized>( section: &str, key: &str, new_value: &str, file_path: &T, ) -> bool
Write value into config file.