1. 首页
  2. 编程语言
  3. C
  4. UnZipper v2.0 demo

UnZipper v2.0 demo

上传者: 2021-04-19 18:42:26上传 TXT文件 4.11KB 热度 18次
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
下载地址
用户评论