Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.SUID

TElZipUnixFileAttributes     See also     


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


Specifies the setuid access right.

Declaration

[C#]
    bool SUID;

[VB.NET]
    Property SUID As Boolean

[Pascal]
    property SUID : boolean;

[C++]
    bool get_SUID();
    void set_SUID(bool Value);

[PHP]
    bool get_SUID()
    void set_SUID(bool $Value)

[Java]
    boolean getSUID();
    void setSUID(boolean Value);

Description

    Use this property to specify the setuid access flag.

See also:     UID     SGID    

Discuss this help topic in SecureBlackbox Forum