Click or drag to resize

AutomationMLContainerExtract(DirectoryInfo) Method

Extracts all parts in the package to the specified directory

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public void Extract(
	DirectoryInfo dirInfo
)

Parameters

dirInfo  DirectoryInfo
directory info defining the target directory for extraction
See Also