Module dir

Source

Modules§

imp 🔒

Structs§

TempDir
A directory in the filesystem that is automatically deleted when it goes out of scope.

Functions§

create 🔒
tempdir
Create a new temporary directory. Also see tempdir_in.
tempdir_in
Create a new temporary directory in a specific directory. Also see tempdir.