[Overview][Constants][Types][Classes][Index] |
Unzips the specified .ZIP archive file
Source position: zipper.pp line 585
public class procedure TUnZipper.Unzip( |
const AZipFileName: RawByteString |
); |
const AZipFileName: RawByteString; |
aExtractFileName: RawByteString |
); |
const AZipFileName: RawByteString; |
aFileList: array of RawByteString |
); |
const AZipFileName: RawByteString; |
aFileList: TStrings |
); |
AZipFileName |
|
Name of the .ZIP archive file |
AZipFileName |
|
Name of the .ZIP archive file |
aExtractFileName |
|
Name of a file or directory entry to extract in the method |
AZipFileName |
|
Name of the .ZIP archive file |
aFileList |
|
List of file names to unzip in the method |
AZipFileName |
|
Name of the .ZIP archive file |
aFileList |
|
List of file names to unzip in the method |
UnZip is an overloaded class method used to unzip one or more files in the specified .ZIP archive file. Overloaded variants are provided which allow the file or files to be specified using RawByteString, Array, or TStrings data types.
UnZip is a convenience method, and does not require an instance of the class. It uses the default options to perform the unzip operation.