AutoTempFolderAttach Method

Attaches and takes ownership of an existing temporary folder.

Definition

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

Parameters

path  String
The path to the temporary folder.

Return Value

AutoTempFolder
The new automatically controlled temporary folder object.

See Also