Skip to main content

create_dir

Function create_dir 

Source
pub fn create_dir(dir_path: impl AsRef<Path>) -> Result<(), SpiderError>
Expand description

Creates a directory and all of its parent components if they are missing.