System.Zip.TZipFile.ExtractAll

提供: RAD Studio API Documentation
2016年5月11日 (水) 02:29時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-22452)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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

関連項目