MakeTempOptions$Typings extension

on

Properties

dir String?
Directory where the temporary directory should be created (defaults to the env variable TMPDIR, or the system's default, usually /tmp).
getter/setter pair
prefix String?
String that should precede the random portion of the temporary directory's name.
getter/setter pair
suffix String?
String that should follow the random portion of the temporary directory's name.
getter/setter pair