| [Overview][Constants][Types][Classes][Index] | 
Unzips the specified files in a .ZIP archive file
Source position: zipper.pp line 579
| public procedure TUnZipper.UnZipFiles( | 
| const AZipFileName: RawByteString; | 
| FileList: TStrings | 
| ); | 
| const AZipFileName: RawByteString; | 
| aFileList: array of RawBytestring | 
| ); | 
| aFileList: TStrings | 
| ); | 
| AZipFileName | 
 | Name of the .ZIP file to unzip | 
| FileList | 
 | Stringlist containing one or more files to be unzipped | 
| AZipFileName | 
 | Name of the .ZIP file to unzip | 
| aFileList | 
 | Stringlist containing one or more files to be unzipped | 
| aFileList | 
 | Stringlist containing one or more files to be unzipped |