 | AutomationMLContainerExtractAllFiles Method |
Extracts all parts in the package to the specified directory
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic void ExtractAllFiles(
string path
)
Public Sub ExtractAllFiles (
path As String
)
public:
void ExtractAllFiles(
String^ path
)
Parameters
- path String
-
Full path to the target directory.
See Also