Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.GroupExecute

TElZipUnixFileAttributes     See also     


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


Specifies group's execute permission on the file.

Declaration

[C#]
    bool GroupExecute;

[VB.NET]
    Property GroupExecute As Boolean

[Pascal]
    property GroupExecute : boolean;

[C++]
    bool get_GroupExecute();
    void set_GroupExecute(bool Value);

[PHP]
    bool get_GroupExecute()
    void set_GroupExecute(bool $Value)

[Java]
    boolean getGroupExecute();
    void setGroupExecute(boolean Value);

Description

    Use this property to specify group's execute permission on the file.

See also:     GroupRead     GroupWrite     Permissions    

Discuss this help topic in SecureBlackbox Forum