create_file_with_dirs

Function create_file_with_dirs 

Source
fn create_file_with_dirs<P: AsRef<Path>>(path: P) -> Result<Option<File>>
Expand description

Create a file at the given path, creating any missing parent directories.