Expand description
A thin wrapper around libc’s mkdtemp.
For most use case you want to use mkdtemp_in_temp_dir.
Functions§
- mkdtemp
- Thin wrapper around libc’s mkdtemp
- mkdtemp_
in_ temp_ dir - Utility function to create a directory in the system temporary directory (usually
/tmp
, can be overidden with theTMPDIR
environment variable).