[][src]Function memora::fs::create_dir

pub fn create_dir<P: AsRef<Path>>(path: P) -> Result<()>

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