I extract an archive passing this xml to m2.exe:
Code:
<Buildfile version="1.1">
<Action type="extract" archivePath="C:\Users\my\pack\directory\pack\root" outputPath="C:\Users\my\pack\directory\pack" extractAll="doSo" createXML="something" xmlPath="root.xml" />
</Buildfile>
Does anyone know how to read the output path correctly?
Thanks in advance!






