Synopsis
PDX_MSGT step_ExtractFromArchive(long option, const char *zipFileName, const char *folderName, int *nTop, char ***top)
Purpose
Extract files from archive into folder
Description
The files contained in the specified archive zipFileName will be extracted to the specified folder folderName. The folderName must already exist.
Input
option
Options (not used)
zipFileName
Name of archive to extract files from
folderName
Folder name to extract files to
Output
nTop
Number of top level files to process
top
Array of filenames to process (must be freed)
Return
STEP_NOERR or error