Discuss this help topic in SecureBlackbox Forum
Specifies whether a file or directory is marked as hidden.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum