PathGetTempPath Method (String) |
[AlphaFS] 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(
string combinePath
)
Public Shared Function GetTempPath (
combinePath As String
) As String
public:
static String^ GetTempPath(
String^ combinePath
)
static member GetTempPath :
combinePath : string -> string
Parameters
- combinePath
- Type: SystemString
The folder name to append to the temporary folder.
Return Value
Type:
StringThe path to the temporary folder, combined with
combinePath.
See Also