Function gix_fs::dir::create::all

source ยท
pub fn all(dir: &Path, retries: Retries) -> Result<&Path>
Expand description

Create all directories leading to dir including dir itself with the specified amount of retries. Returns the input dir on success that make it useful in expressions.