See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Creates a uniquely named, zero-byte temporary file on disk and returns the full path of that file.

Namespace: NTier.Designer
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public static string GetTempFile()
Visual Basic
Public Shared Function GetTempFile As String
Visual C++
public:
static String^ GetTempFile()

Return Value

Type: String

See Also