Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.Permissions

TElZipUnixFileAttributes     See also     


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


Specifies permissions of the file.

Declaration

[C#]
    uint Permissions;

[VB.NET]
    Property Permissions As UInt32

[Pascal]
    property Permissions : cardinal;

[C++]
    uint32_t get_Permissions();
    void set_Permissions(uint32_t Value);

[PHP]
    integer get_Permissions()
    void set_Permissions(integer $Value)

[Java]
    int getPermissions();
    void setPermissions(int Value);

Description

    Use this property to get or set Unix permissions of the file.

See also:     RawAttributes    

Discuss this help topic in SecureBlackbox Forum