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

PathFunctions.GetTempFileName Method 

[This is preliminary documentation and subject to change.]

Returns a uniquely named zero-byte temporary file on disk and returns the full path to that file.

[Visual Basic]
<Function(Name:="get-temp-file-name")>
Public Shared Function GetTempFileName() As String
[C#]
[Function(Name="get-temp-file-name")]
public static string GetTempFileName();

Return Value

A String containing the name of the temporary file.

Remarks

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

See Also

PathFunctions Class | NAnt.Core.Functions Namespace