Find a temporary file of your application

You need to (hypothetically) find a certain temporary file of your application using npm. Assuming that the default locations were used, which of the following environment variables determines where the file is?

Options
  1. TMPDIR
  2. TMP
  3. TEMP
  4. Any of the above

Related Posts