System.Zip.TZipFile.ExtractAll

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also