Table of Contents

Method GetTempFileName

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetTempFileName()

Generates a temporary file name in the temporary directory returned by GetTempPath().

public static string GetTempFileName()

Returns

string

A string containing the full path of the temporary file name. The file is created as a zero-byte file on disk.