Discuss this help topic in SecureBlackbox Forum

TElZipReader.DirectoryEncrypted

TElZipReader     See also     


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


Specifies whether the archive directory is encrypted.

Declaration

[C#]
    bool DirectoryEncrypted;

[VB.NET]
    Property DirectoryEncrypted As Boolean

[Pascal]
    property DirectoryEncrypted : boolean;

[C++]
    bool get_DirectoryEncrypted();
    void set_DirectoryEncrypted(bool Value);

[PHP]
    bool get_DirectoryEncrypted()
    void set_DirectoryEncrypted(bool $Value)

[Java]
    boolean getDirectoryEncrypted();
    void setDirectoryEncrypted(boolean Value);

Description

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

See also:     Directory     DirectoryCompressed    

Discuss this help topic in SecureBlackbox Forum