Obtain a fresh temp file name complete of full path. Use "TempDir" property to get the path only.

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public string TempFileName { get; }
Visual Basic
Public ReadOnly Property TempFileName As String
	Get
Visual C++
public:
property String^ TempFileName {
	String^ get ();
}

Field Value

The name of the temp file.

See Also