create_file

Function create_file 

Source
pub async fn create_file<P>(name: P) -> Result<File>
where P: AsRef<Path>,