Discuss this help topic in SecureBlackbox Forum

TElGzipWriter.CreateArchive

TElGzipWriter     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates a new archive.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure CreateArchive;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

Use this method to create a new archive. Once the archive is created, you may add entries using Add method. To compress the data, use Compress method. When CreateArchive method is called, the NewArchive flag is set to True.

See also:     NewArchive     Add     Compress    

Discuss this help topic in SecureBlackbox Forum