Discuss this help topic in SecureBlackbox Forum

TElZipWriter.NewArchive

TElZipWriter     See also     


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


Specifies whether a new archive has been created.

Declaration

[C#]
    bool NewArchive;

[VB.NET]
    Property NewArchive As Boolean

[Pascal]
    property NewArchive : boolean;

[C++]
    bool get_NewArchive();

[PHP]
    bool get_NewArchive()

[Java]
    boolean getNewArchive();

Description

Use this read-only property to check whether a new archive is being created.

See also:     CreateArchive    

Discuss this help topic in SecureBlackbox Forum