Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.UIDAndGIDAvailable

TElZipUnixFileAttributes     See also     


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


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.

See also:     UID     GID    

Discuss this help topic in SecureBlackbox Forum