Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.SGID

TElZipUnixFileAttributes     See also     


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


Specifies the setgid access right.

Declaration

[C#]
    bool SGID;

[VB.NET]
    Property SGID As Boolean

[Pascal]
    property SGID : boolean;

[C++]
    bool get_SGID();
    void set_SGID(bool Value);

[PHP]
    bool get_SGID()
    void set_SGID(bool $Value)

[Java]
    boolean getSGID();
    void setSGID(boolean Value);

Description

    Use this property to specify the setgid access flag.

See also:     GID     SUID    

Discuss this help topic in SecureBlackbox Forum