NAnt SDK Documentation - v0.92 |
|
PathFunctions.GetTempPath Method
Gets the path to the temporary directory.
[Visual Basic]
<Function(Name:="get-temp-path")>
Public Shared Function GetTempPath() As
String
[C#]
[Function(Name="get-temp-path")]
public static
string GetTempPath();
Return Value
A String containing the path information of a temporary directory.
See Also
PathFunctions Class | NAnt.Core.Functions Namespace