Function gix_tempfile::create_dir::all
source ยท pub fn all(dir: &Path, retries: Retries) -> Result<&Path, Error>
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.