Unzips a single file found in the specified .ZIP archive.
Source position: zipper.pp line 587
public procedure TUnZipper.UnZipFile( |
const aExtractFileName: RawByteString |
); |
const AZipFileName: RawByteString; |
const aExtractFileName: RawByteString |
); |
aExtractFileName |
|
Name of the file to unzip in the method. |
AZipFileName |
|
Name of the .ZIP archive file. |
aExtractFileName |
|
Name of the file to unzip in the method. |