Method GetTempPath
GetTempPath()
Returns the path to the temporary folder.
public static string GetTempPath()
Returns
- string
A string containing the path to the temporary folder. On Windows, it returns the path specified by the "TEMP" environment variable. On other operating systems, it returns a path within the application folder.