Differences between revisions 58 and 59
Revision 58 as of 2011-08-31 20:55:41
Size: 1006
Editor: KaiJaeger
Comment:
Revision 59 as of 2011-09-25 06:49:49
Size: 1208
Editor: KaiJaeger
Comment: Warning added
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:

== Warning ==

|| /!\ Unfortunately a bug in 7-zip was discovered that makes it impossible to make use of it ||

For details see the [[http://aplwiki.com/SevenZip/ProjectPage | project page ]]

SevenZip

SevenZip is part of the CategoryAplTree project.

Warning

/!\ Unfortunately a bug in 7-zip was discovered that makes it impossible to make use of it

For details see the project page

Overview

The class "SevenZip" relies on an installed version of the Open Source zipper 7zip.

The class makes it very easy to zip as well as unzip stuff.

"SevenZip" suppports the following formats:

  • 7z
  • split
  • zip
  • gzip
  • bzip2
  • tar

You can either specify an appropriate extension or set the "type" property in order to enforce a certain format.

      myZipper←⎕new #.SevenZip (,⊂'MyZipFile')
      ⎕←myZipper
[SevenZip@MyZipFile]
      myZipper.Add 'foo.txt'
      ⎕←myZipper.List 0
foo.txt
myZipper.Unzip 'c:\output\'

Project Page

For bug reports, future enhancements and a full version history see SevenZip/ProjectPage

Version Information

Original author:

KaiJaeger

Responsible:

KaiJaeger

Email:

kai@aplteam.com


CategoryAplTree

WinZip (last edited 2016-09-13 15:27:22 by KaiJaeger)