Function xaction::mkdir_p[][src]

pub fn mkdir_p(path: impl AsRef<Path>) -> Result<(), Error>

Creates the path directory and all of its parents.

Does nothing and returns Ok(()) if path already exists.