Table of Contents

Method GetTempFile

Namespace
Innova.Data.File
Assembly
Innova.Data.dll

GetTempFile(string)

Gets a temporary file path with the specified extension.

string GetTempFile(string extension = null)

Parameters

extension string

The extension of the temporary file. Default is null.

Returns

string

The temporary file path.