NAnt SDK Documentation - v0.85-nightly-2005-11-09

PathFunctions.GetTempPath Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.PathFunctions.GetTempPath

See Also

PathFunctions Class | NAnt.Core.Functions Namespace