Function create_file_with_parents

Source
pub fn create_file_with_parents(path: &Path) -> File
Expand description

Create a file with all its parent directories.

ยงPanics

Panics if the file cannot be created.