Difference between revisions of "LibTar"

From Free Pascal wiki
Jump to navigationJump to search
 
m
Line 1: Line 1:
Libtar is a unit in the 2.1.1 [[FCL]] that creates and extracts .TAR archives, kindly relicensed by Stefan Heymann ([http://www.destructor.de www.destructor.de]])
+
LibTar is a unit in the 2.1.1 [[FCL]] that creates and extracts .TAR archives, kindly relicensed by Stefan Heymann ([http://www.destructor.de www.destructor.de]])
 +
 
 +
There are two demoes in the fcl/tests directory: tarmakercons.pas and tarmakerconsgzip.pas. The latter demonstrates making .tar.gz files.

Revision as of 18:52, 9 December 2006

LibTar is a unit in the 2.1.1 FCL that creates and extracts .TAR archives, kindly relicensed by Stefan Heymann (www.destructor.de])

There are two demoes in the fcl/tests directory: tarmakercons.pas and tarmakerconsgzip.pas. The latter demonstrates making .tar.gz files.