System.Zip.TZipFile.ExtractAll

提供: RAD Studio API Documentation
移動先: 案内検索

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」を参照してください。

関連項目