Click or drag to resize

DisposableTempFile Constructor (String)

Creates a new temporary file 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
)

Parameters

fileNamePrefix
Type: SystemString
A string to prefix the Guid with.
See Also