Discuss this help topic in SecureBlackbox Forum

TElZipReader.DirectoryCompressed

TElZipReader     See also     


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


Specifies whether the archive directory is compressed.

Declaration

[C#]
    bool DirectoryCompressed;

[VB.NET]
    Property DirectoryCompressed As Boolean

[Pascal]
    property DirectoryCompressed : boolean;

[C++]
    bool get_DirectoryCompressed();
    void set_DirectoryCompressed(bool Value);

[PHP]
    bool get_DirectoryCompressed()
    void set_DirectoryCompressed(bool $Value)

[Java]
    boolean getDirectoryCompressed();
    void setDirectoryCompressed(boolean Value);

Description

    Use this property to specify whether the archive directory is compressed, or not.

See also:     Directory     DirectoryEncrypted    

Discuss this help topic in SecureBlackbox Forum