AutoTempFileAttach Method

Attaches and takes ownership of an existing temporary file.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static AutoTempFile Attach(
	string path
)

Parameters

path  String
A path to the file.

Return Value

AutoTempFile
The new automatically controlled temporary file.

See Also