Extracts a zip file based on a given zip file name and a target location.
Property Name | Description |
---|---|
Title | Changes the Title (not the name) of the task. |
ZIP File Name | The full path and file name (including extension) of the zip file to extract. |
Target Location | Target location for the zip contents (Leave blank to extract to a folder of the same name in the same location as the zip). |
Result Constant | The name of the constant that the result will be posted to (with or without the DWConstant prefix). |
When this Task is added the properties are static. To be able to build rules on a static property see How To: Change A Static Property To A Dynamic Property.
Property Name | Example Rule | Example Result | Meaning |
---|---|---|---|
ZIP File Name | "C:\MyDownloads\Specs.zip" | C:\MyDownloads\Specs.zip | This is the name and full file path of the Zip file that is to be extracted. |
Target Location | "C:\MyDocuments\ExtractedZip" | C:\MyDocuments\ExtractedZip | This is the location where the zipped file will be extracted to. |
Result Constant | "ReportStatus" | ReportStatus | This is the name of the constant that will report information about extracting the Zip file. |
This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.
Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.
This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.
The status output navigation is as follows:
Success (one of the following occurred)
Success with Warnings
Failed (one of the following occurred)