tempDir top-level property

String tempDir
getter/setter pair

The path to the temporary directory.

This is the directory where the vc_redist.x64.exe and innosetup-6.3.3.exe files will be downloaded if they are not already present.

Example: On Windows, this path is likely to be C:\Users\username\AppData\Local\Temp.

Implementation

String tempDir = Directory.systemTemp.path;