Function std::io::fs::mkdir_recursive[src]

pub fn mkdir_recursive(path: &Path, mode: FilePermission) -> IoResult<()>

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

Error

This function will return an Err value if an error happens, see fs::mkdir for more information about error conditions and performance.