Contents - Index - Next


TZipMaster.Add


 

TZipMaster See also:

The Add method adds the specified files to the archive.

function Add: integer;

changed

Description:

Adds all files specified in the FSpecArgs property into the archive specified by the ZipFileName property.

Files specified by the AddStoreSuffixes set, that are already compressed, will not be compressed again, but will be stored "as is" in the archive. This applies normally to .ARC, .ARJ, .GIF, .LZH, .PNG, .TAZ, .TGZ, .Z, .ZIP and .ZOO files. Note that .JPG files WILL be compressed, since they can still be squeezed down in size by a notable margin.

It is also possible to use relative paths but your own program has to perform a few steps.

 

Now checks Busy.

Returns ErrCode or BUSY_ERROR