Click or drag to resize
PathGetTempPath Method (String)
[AlphaFS] Returns the path of the current user's temporary folder.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static string GetTempPath(
	string combinePath
)

Parameters

combinePath
Type: SystemString
The folder name to append to the temporary folder.

Return Value

Type: String
The path to the temporary folder, combined with combinePath.
See Also