Writing File to Temp Folder

BlueRay101 picture BlueRay101 · Nov 21, 2013 · Viewed 104.2k times · Source

I want to use StreamWriter to write a file to the temp folder.

It might be a different path on each PC, so I tried using %temp%\SaveFile.txt but it didn't work.

How can I save to the temp folder, using environmental variables?

And for example, can I use an environmental variable for storing files in %appdata%?

Answer