Discuss this help topic in SecureBlackbox Forum

TElZipDosFileAttributes.Hidden

TElZipDosFileAttributes     See also     


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


Specifies whether a file or directory is marked as hidden.

Declaration

[C#]
    bool Hidden;

[VB.NET]
    Property Hidden As Boolean

[Pascal]
    property Hidden : boolean;

[C++]
    bool get_Hidden();
    void set_Hidden(bool Value);

[PHP]
    bool get_Hidden()
    void set_Hidden(bool $Value)

[Java]
    boolean getHidden();
    void setHidden(boolean Value);

Description

    Use this property to specify whether a file or directory is hidden.

See also:     Archive     Directory     ReadOnly     System     VolumeLabel    

Discuss this help topic in SecureBlackbox Forum