Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.UID

TElZipUnixFileAttributes     See also     


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


Specifies file's User Identifier.

Declaration

[C#]
    uint UID;

[VB.NET]
    Property UID As UInt32

[Pascal]
    property UID : cardinal;

[C++]
    uint32_t get_UID();
    void set_UID(uint32_t Value);

[PHP]
    integer get_UID()
    void set_UID(integer $Value)

[Java]
    int getUID();
    void setUID(int Value);

Description

    Use this property to specify the User Identifier for the file.

See also:     SUID     GID     UIDAndGIDAvailable    

Discuss this help topic in SecureBlackbox Forum