System.Zip.TZipFile.ExtractAll
Delphi
procedure ExtractAll(const Path: string = '');
C++
void __fastcall ExtractAll(const System::UnicodeString Path = System::UnicodeString());
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | System.Zip.pas System.Zip.hpp |
System.Zip | TZipFile |
説明
.zip ファイルからすべてのファイルを、ディスク上の指定された場所に抽出します。
ExtractAll は、.zip ファイルからすべてのファイルを、Path
が指定する場所に抽出します。