Function mkdirp::mkdirp [] [src]

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

Create a new directory, ignore if it already exists.