文件名称:UnZipper v2.0 demo
文件大小:4KB
文件格式:TXT
更新时间:2009-03-15 02:52:39
打印报表 控件 源码 资源
Thank you for downloading Softuarium UnZipper v2.0 demo.Description~~~~~~~~~~~UnZipper is an ActiveX control designed to easily manipulate ZIP archives from within your application. It is compatible with both PKZip and InfoZip standards of compression. It offers additional features such as automatic output folder creation.Installation~~~~~~~~~~~~To use UnZipper in your projects you must first register it usingRegsvr32.exe (you‘ll find it in windowssystem directory). Alternatively, you can browse for it from within VB IDE, in which case it is registered automatically.NOTE: you must register the control BEFORE you attempt to use it or run sample project included in the package.Use~~~For practical demonstration please see included sample VB project.UnZipper has the following properties:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Directories (boolean)~~~~~~~~~~~This property determines if directory structure stored in ZIP archive will be re-created when unzipping. Default value is "True".Example: UnZip1.Directories=FalsePlease note that if ZIP archive includes files having identical names but stored in different directories and you unzip it with Directories property set to "False" such files will be overwritten without warning.InputFile (string)~~~~~~~~~This is the full path of the ZIP archive you want to unzip. Example: UnZip1.InputFile="c:windowsdesktop est.zip"OutputFolder (string)~~~~~~~~~~~~This is the path to the folder in which unzipped file(s) will be saved.Example: UnZip1.OutputFolder="c:windowsdesktop est folder"Note:1.Trailing backslash "" is optional, ie the following statements:UnZip1.OutputFolder="c:windowsdesktop est folder" andUnZip1.OutputFolder="c:windowsdesktop est folder" are equivalent2.If OutputFolder property is not explicitly specified the file(s) will be extracted to the folder in which input ZIP archive resides3.OutputFolder may be specified as either absolute or relative path. For example if input file is c:windowsdesktop est.zip the following values of OutputFolder property will give identical results:UnZip1.OutputFolder ="c:windowsdesktop est folder"UnZip1.OutputFolder ="test folder"In other words: specifying only the name of the output folder is equivalent to explicitly specifying output folder in the directory in which the input ZIP archive resides.4.If OutputFolder does not exist it will be created.5.If OutputFolder exists and contains files with identical names as files stored in ZIP archive, they will be overwritten without warning.UnZipper has one method:~~~~~~~~~~~~~~~~~~~~~~~~Go ~~It unzips the input ZIP archive and saves output on disk.Example: UnZip1.GoRelease information~~~~~~~~~~~~~~~~~~~UnZipper v2.0 was created and compiled using VB6 with SP3. If you intend to use UnZipper demo in development environment other than VB6 you will need to install VB6 runtime libraries. They are available for download (~1 MB) from our website or directly from Microsoft.The retail version of UnZipper includes all necessary support files as well as setup program, which installs them if required.Pricing~~~~~~~The cost of retail version of UnZipper is $15. Retail version of UnZipper may be compiled using Microsoft License Key to protect your investment. Ordering~~~~~~~~For up to date information on how to order the retail version please visit our web site at http://users.senet.com.au/~eszlapek or email us at eszlapek@senet.com.au Disclaimer~~~~~~~~~~UnZipper control is distributed "as is". No warranty of any kind is expressed or implied. While every precaution was taken to produce bug free code, you use it at your own risk. The author will not be liable for data loss, damages, loss of profits or any other kind of loss while using or misusing this software.Credits~~~~~~~This software is based in part on work of Info-ZIP group. Info-ZIP‘s software is free and can be obtained as source code and/or executables from various anonymous ftp sites, including ftp.uu.net:/pub/archiving/zip/*.Thank you for using Softuarium UnZipper.