Method GetTempFile
GetTempFile(string)
Gets the path of a temporary file.
public virtual string GetTempFile(string extension = null)
Parameters
extension
stringThe file extension.
Returns
- string
The path of the temporary file.
Gets the path of a temporary file.
public virtual string GetTempFile(string extension = null)
extension
stringThe file extension.
The path of the temporary file.