Zip for .NET
Extract(Int32,String) メソッド

C1.C1Zip.4.5.2 アセンブリ > C1.C1Zip 名前空間 > C1ZipEntryCollection クラス > Extract メソッド : Extract(Int32,String) メソッド
抽出するエントリのインデックス。
抽出したファイルの名前や保存場所。
zip ファイルからファイルを抽出します。
シンタックス
'宣言
 
Public Overloads Sub Extract( _
   ByVal index As System.Integer, _
   ByVal destFileName As System.String _
) 
public void Extract( 
   System.int index,
   System.string destFileName
)

パラメータ

index
抽出するエントリのインデックス。
destFileName
抽出したファイルの名前や保存場所。
参照

C1ZipEntryCollection クラス
C1ZipEntryCollection メンバ
オーバーロード一覧