by Fath Software - 製品のタイプ: コンポーネント / ActiveX OCX / ActiveX DLL
この商品については、日本語の説明書きはございません。
Create and manipulate industry-standard zip files. FathZIP is a high-performance data compression COM component for Windows developers. It provides your applications with the capability to create and manipulate industry-standard zip files. FathZIP is a fully compilant COM/ActiveX control you can use in any ActiveX / COM Windows development tools including Visual Basic, MS Access, MS Visual C++, ASP, Windows scripting, etc.
一般向け価格については下記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
| カートに追加 | ¥ 11,025 (税込) | 1 Developer License | ダウンロード (759 KB) | |
| カートに追加 | ¥ 7,665 (税込) | 2-5 Developer License - price per license | ダウンロード (759 KB) | |
| カートに追加 | ¥ 6,615 (税込) | 6-10 Developer License - price per license | ダウンロード (759 KB) | |
| カートに追加 | ¥ 5,460 (税込) | 11 and above Licenses - price per license | ダウンロード (759 KB) |
すべてのご注文にて弊社標準の 契約条件および返品条件の内容が適用されます。
一般向け価格については上記に表示されています。お客様用の割引価格をご覧になるには、ログインしてください。
FathZIP is a high-performance data compression COM component for Windows developers. It provides your applications with the capability to create and manipulate industry-standard zip files.
FathZIP is a fully compilant COM/ActiveX control you can use in any ActiveX / COM Windows development tools. It includes: Visual Basic, MS Access, MS Visual C++, ASP, Windows scripting, etc.
By using few simple methods you can get info about files in archive, create ZIP archives, compress, extract or remove files from them, make self-extracting archives, read/write archives that span multiple disks, or compress data from/to memory. Everything with optional file encryption.
FathZIP features disk spanning, self-extractor module with windows GUI, COM interface and bigger-then-2Gb archive support.
Visual Basic example:
'Create zip
FathZip1.CreateZip "c:\test.zip", ""
FathZip1.AddFile "c:\folder\*.dat", ""
FathZip1.AddFile "c:\config.sys", ""
FathZip1.Close
'Extract files
FathZip1.OpenZip "c:\test.zip"
FathZip1.ExtractFile "config.sys"
FathZip1.RemoveFile 1
FathZip1.Close