Table of Contents

Method GetTempPath

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

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.