Method GenTempFilePath
GenTempFilePath(string)
Generates a full file path for a temporary file in the application's temporary folder.
public static string GenTempFilePath(string filename)
Parameters
filename
stringThe name of the temporary file.
Returns
- string
A string representing the full path to the temporary file.