Options
All
  • Public
  • Public/Protected
  • All
Menu

Options used by tempFile call, see description of the method.

Hierarchy

  • TempFileOptions

Index

Properties

Properties

Optional dir

dir: undefined | string

Path to the temporary location you wish to use. If not mentioned, [os.tmpdir()](https://nodejs.org/api/os.html#os_os_tmpdir) will be used.

Optional pattern

pattern: undefined | string

Pattern used for generating the file name. If "*" is present in the given pattern, it will be replaced wotj the unique token value; otherwise the unique token value will be added to the end of the pattern name.

Legend

  • Property
  • Method
  • Property
  • Private property
  • Static method

Generated using TypeDoc