Function xshell::mktemp_d[][src]

pub fn mktemp_d() -> Result<TempDir>
Expand description

Creates an empty, world-readable, temporary directory.

Returns a TempDir value that provides the path of this temporary directory. When dropped, the temporary directory and all of its contents will be removed.