Method GetTempFile
GetTempFile(string)
Gets a temporary file path with the specified extension.
string GetTempFile(string extension = null)
Parameters
extension
stringThe extension of the temporary file. Default is null.
Returns
- string
The temporary file path.