SevenZip
SevenZip is part of the CategoryAplTree project.
Warning
|
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: |
|
Responsible: |
|
Email: |
APLTree downloads
Whether you are interested in ...
- the latest stable version or...
- any older version or...
- the full project including development stuff and test cases or...
- the current development trunk, again with development stuff and test cases...
... all downloads are available at http://download.aplwiki.com/apltree
APL Wiki