MakeTempOptions$Typings extension

on

Properties

dir String?

Available on MakeTempOptions, provided by the MakeTempOptions$Typings extension

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?

Available on MakeTempOptions, provided by the MakeTempOptions$Typings extension

String that should precede the random portion of the temporary directory's name.
getter/setter pair
suffix String?

Available on MakeTempOptions, provided by the MakeTempOptions$Typings extension

String that should follow the random portion of the temporary directory's name.
getter/setter pair