Table of Contents

Method GetReadOnlyTempFile

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

GetReadOnlyTempFile(string, bool)

Gets the path of a read-only temporary file.

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

Parameters

extension string

The file extension.

useNonRoamingFolder bool

Specifies whether to use the non-roaming folder.

Returns

string

The path of the read-only temporary file.