Extract file from a specified ZIP file.
Parameters
|
Source ZIP File <string> |
|
The full path and name to the ZIP file where the user wants to extract the files. |
|
|
Extract Mode |
|
|
|
By Index <numeric>: defines the index of the extracted file (Example: a ZIP File with 5 files, the first one have index 1 and soo far). |
|
|
|
By File Name <string>: defines the name of the file that the user wants to extract. |
|
|
Target File <string> |
|
The full path and name to the file that saves the content of the extracted file. |
|
Updated: 12/7/2017 9:59 AM
|