AutoTempFileCreate Method

Creates a automatically controlled temporary file.

Definition

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

Parameters

extension  String  (Optional)
The file extension.

Return Value

AutoTempFile
The new automatically controlled temporary file.

See Also