AutoTempFileDetach Method

Detaches the temporary file from the object, so that the object doesn't control the file any longer. The caller receives the ownership of the file.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public string Detach()

Return Value

String
The path to the file.

See Also