<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > File > ExtractZipToStreamList |
Service
Method
ExtractZipToStreamList
Description
Extracts all the files in the specified zip archive to a reference list.
Input |
|||
Name |
Description |
Type |
Optional |
zipFilePath |
Complete path to the zip file that is to be extracted. (Required). |
String |
|
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
A reference list containing all the files in the specified zip. |
List of Reference |
|
Remarks
The file names corresponding to the returned references can be obtained through GetFiles(zipFilePath, "*.*", true).