Skip to content
Snippets Groups Projects
Commit e4dac71c authored by Staiger, Christine's avatar Staiger, Christine
Browse files

Add new file

parent 07695a5d
No related branches found
No related tags found
No related merge requests found
tarExtractTest{
msiSplitPath(*obj, *parentColl, *objName);
msiCollCreate("*parentColl/unpack", 1, *collCreateOut);
msiCollCreate("*parentColl/unpackOne", 1, *collCreateOut);
msiArchiveExtract(*obj, "*parentColl/unpackOne", "test.txt", *resource, *outTarExtract);
msiArchiveExtract(*obj, "*parentColl/unpack", "null", *resource, *outTarExtract);
writeLine("stdout", "Extracted to *parentColl/unpack");
}
input *obj=" path to tar or zip", *resource="demoResc"
output ruleExecOut
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment