Summary
Gets the path to the temporary directory.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Functions - Containing Type
- PathFunctions
Syntax
[Function("get-temp-path")]
public static string GetTempPath()
Attributes
Type | Description |
---|---|
FunctionAttribute | Indicates that the method should be exposed as a function in NAnt build files. |
Return Value
Type | Description |
---|---|
string |
A string containing the path information of a
temporary directory.
|