Quantcast
Channel: VBForums - CodeBank - Visual Basic 6 and earlier
Viewing all articles
Browse latest Browse all 1529

Tar, tar.gz, tar.bz2 - Create/Extract

$
0
0
Wrapper for Yoshioka Tsuneo's open source C tar32.dll

http://openlab.ring.gr.jp/tsuneo/tar32/index-e.html

Code:

TAR32.DLL is a compression and archive library.
This library can compress/decompress/archive/extract/list archive files.
This library have Common Archivers Library Project API interface.
This library can manipulate under formats.
This library is opensource, and you can use for any purpose.

    .gz (gzip format)
    .Z (compress utility format) / extrace only
    .bz2 (bzip2 format)
    .tar (Tape ARchiver format)
    .cpio (cpio archive format)
    .a, .lib (ar tool format, COFF/a.out/b.out) / extract only
    .rpm (RPM package) (=leading + signature + header + .cpio.gz) /extract only
    .deb (Debian Package) (=ar of ("debian-binary" + "control.tar.gz" + "data.tar.gz")) /extract only
    .tar.gz(.tgz), .tar.bz2
    .tar.Z(.taz) / extract only
    .cpio.gz, .cpio.Z, .cpio.bz2 /extract only
    .a.gz, .a.Z, .a.bz2, lib.gz, lib.Z, lib.bz2, lib.gz / extract only

Project repo:
https://github.com/dzzie/libs/tree/master/tar32
Attached Files

Viewing all articles
Browse latest Browse all 1529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>