Table of Contents

Method GetReadOnlyTempFile

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

GetReadOnlyTempFile(string, bool)

Gets a read-only temporary file path with the specified extension.

string GetReadOnlyTempFile(string extension = null, bool useNonRoamingFolder = false)

Parameters

extension string

The extension of the temporary file. Default is null.

useNonRoamingFolder bool

Specifies whether to use a non-roaming folder. Default is false.

Returns

string

The read-only temporary file path.