Table of Contents

Method GetTempFileName

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.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.