Function create_parent_dir

Source
pub fn create_parent_dir(file_path: impl AsRef<Path>) -> Result<()>
Expand description

Creates all parent directories of the given file path.