Discuss this help topic in SecureBlackbox Forum
Specifies if UID and GID attributes are available.
Declaration
[C#]
bool UIDAndGIDAvailable;
[VB.NET]
Property UIDAndGIDAvailable As Boolean
[Pascal]
property UIDAndGIDAvailable : boolean;
[C++]
bool get_UIDAndGIDAvailable();
void set_UIDAndGIDAvailable(bool Value);
[PHP]
bool get_UIDAndGIDAvailable()
void set_UIDAndGIDAvailable(bool $Value)
[Java]
boolean getUIDAndGIDAvailable();
void setUIDAndGIDAvailable(boolean Value);
Description
This property specifies if UID and GID attributes of the file are available.
Discuss this help topic in SecureBlackbox Forum