Click or drag to resize

DisposableTempFile Constructor (String, String, Boolean)

Initializes a new instance of the DisposableTempFile class.

Namespace:  Atalasoft.Shared.IO
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public DisposableTempFile(
	string fileNamePrefix,
	string fileNameSuffix,
	bool create
)

Parameters

fileNamePrefix
Type: SystemString
The file name prefix.
fileNameSuffix
Type: SystemString
The file name suffix.
create
Type: SystemBoolean
if set to true the file.
See Also