Click or drag to resize

DisposableTempFile Constructor (String, String)

Creates a new DisposableTempFile which uses a Guid as the name.

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
)

Parameters

fileNamePrefix
Type: SystemString
A string to prefix the Guid with.
fileNameSuffix
Type: SystemString
A string to suffix the Guid with.
Remarks
Temporary files are created in the system temporary directory returned by GetTempPath.
See Also