path to already existing directory to create temp directory inside. Default: std.file.tempDir
prefix to be used in name of temp directory. Default: "tmp"
string, representing path to created temporary directory
ErrnoException (Posix) incase if mkdtemp was not able to create tempdir PathException (Windows) in case of failure of creation of temp dir
Create temporary directory Note, that caller is responsible to remove created directory. The temp directory will be created inside specified path.