Returns the path of the current user's temporary folder.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static string GetTempPath()
Public Shared Function GetTempPath As String
public:
static String^ GetTempPath()
static member GetTempPath : unit -> string
Return Value
Type:
StringThe path to the temporary folder, ending with a backslash.
See Also