I\'m writing a program that needs a generic temp folder. I\'m trying to find details about the Windows Temp folders. There are two paths that I know about -
This will give you the path to the windows temp directory in Java.
File.createTempFile("temp-file", "tmp").getParent()