System.Zip.TZipFile.ExtractAll
Delphi
procedure ExtractAll(const Path: string = '');
C++
void __fastcall ExtractAll(const System::UnicodeString Path = System::UnicodeString());
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Zip.pas System.Zip.hpp |
System.Zip | TZipFile |
Description
Extracts all files from the .zip file at a specified location on disk.
ExtractAll extracts all files from the .zip archive at a location specified by Path
.
For information and an example on how to extract password-protected (encrypted) files, see Extracting Password-protected Files.