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 は、Path
で指定された位置にある .zip アーカイブからすべてのファイルを抽出します。
パスワード保護(暗号化)されているファイルの抽出方法に関する情報およびサンプルについては、 「Extracting Password-protected Files」を参照してください。