Click or drag to resize

DisposableTempFile Constructor (String, String, String)

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 tempDirectory,
	string fileNamePrefix,
	string fileNameSuffix
)

Parameters

tempDirectory
Type: SystemString
The temporary directory.
fileNamePrefix
Type: SystemString
The file name prefix.
fileNameSuffix
Type: SystemString
The file name suffix.
Exceptions
ExceptionCondition
ArgumentNullException fileNamePrefix or fileNameSuffix
See Also