Discuss this help topic in SecureBlackbox Forum

TElZipDosFileAttributes.Directory

TElZipDosFileAttributes     See also     


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


Specifies whether the entry is a directory.

Declaration

[C#]
    bool Directory;

[VB.NET]
    Property Directory As Boolean

[Pascal]
    property Directory : boolean;

[C++]
    bool get_Directory();
    void set_Directory(bool Value);

[PHP]
    bool get_Directory()
    void set_Directory(bool $Value)

[Java]
    boolean getDirectory();
    void setDirectory(boolean Value);

Description

    Use this property to specify whether current entry is a directory.

See also:     Archive     Hidden     ReadOnly     System     VolumeLabel    

Discuss this help topic in SecureBlackbox Forum