Do any of the following:
Operating system | Location of temp directory |
---|---|
Windows | As defined by the TEMP environment variable
Use echo %TEMP% to find the exact location |
macOS | As defined by the TMPDIR environment variable
Use echo $TMPDIR to find the exact location |
Linux | As defined by the TMPDIR environment variable
Use echo $TMPDIR to find the exact location |