This method returns the path to the temporary file. The path will show you where to point it.
For instance:
Console.WriteLine(Path.GetTempFileName());
gives:
C:\Users\will\AppData\Local\Temp\tmp9BD5.tmp
for me on this computer, since the TEMP environment variable points to C: \ Users \ will \ AppData \ Local \ Temp \
, GetTempFileName, , , . % TEMP%