System.Zip.TZipFile
Delphi
TZipFile = class
C++
class PASCALIMPLEMENTATION TZipFile : public System::TObject
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | System.Zip.pas System.Zip.hpp |
System.Zip | System.Zip |
説明
TZipFile は、.zip ファイルの作成、読み込みを行うためのクラスです。
TZipFile メソッドを使用すると、ファイルを .zip 形式で圧縮または解凍することができます。
TZipFile は、次の機能の使用が可能です:
パスワード保護(暗号化)されているファイルの抽出方法に関する情報およびサンプルについては、 「Extracting Password-protected Files」を参照してください。
また、TZipFile のプロパティ群(FileName、FileInfo、FileComment など)を使用して、.zip アーカイブに格納されているファイル群に関する情報を取得することができます。 また、ExtractZipFile クラス プロシージャを使用すると、TZipFile オブジェクトをインスタンス化せずにアーカイブからファイルを抽出することができます。
ヒント: TZipFile メソッドは、EZipException 型の例外を発生させる可能性があります。
メモ: RAD Studio Alexandria より、TZipFile は Zip64 をサポートします。
関連項目
- System.Zip.TZipFile.Open
- System.Zip.TZipFile.Close
- System.Zip.TZipFile.Read
- System.Zip.TZipFile.Add
- System.Zip.TZipFile.Delete
- System.Zip.TZipFile.Extract
- System.Zip.TZipFile.ExtractAll
- System.Zip.TZipFile.FileName
- System.Zip.TZipFile.FileInfo
- System.Zip.TZipFile.FileComment
- System.Zip.TZipFile.ExtractZipFile
- System.Zip.EZipException