Method GetTempFileName
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.