Click or drag to resize

DisposableTempFileFromName Method

Creates a DisposableTempFile from a known full path to a file.

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 static DisposableTempFile FromName(
	string fileName,
	bool create
)

Parameters

fileName
Type: SystemString
create
Type: SystemBoolean

Return Value

Type: DisposableTempFile
See Also