pub fn write_file<P>(
    path: P,
    content: &str
) -> Result<(), Box<dyn Error + 'static, Global>>where
    P: AsRef<Path> + Clone,