Click or drag to resize

AutoTempFileCreate Method

Creates a automatically controlled temporary file.

Namespace:  MFiles.VAF.Common
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public static AutoTempFile Create(
	string extension = ""
)

Parameters

extension (Optional)
Type: SystemString
The file extension.

Return Value

Type: AutoTempFile
The new automatically controlled temporary file.
See Also