Method GetReadOnlyTempFile
GetReadOnlyTempFile(string, bool)
Gets the path of a read-only temporary file.
public virtual string GetReadOnlyTempFile(string extension = null, bool useNonRoamingFolder = false)
Parameters
extension
stringThe file extension.
useNonRoamingFolder
boolSpecifies whether to use the non-roaming folder.
Returns
- string
The path of the read-only temporary file.