Discuss this help topic in SecureBlackbox Forum

TElVFSEntryInformation.Attributes

TElVFSEntryInformation     


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


Specifies entry attributes.

Declaration

[C#]
    int Attributes;

[VB.NET]
    Property Attributes As Integer

[Pascal]
    property Attributes : integer;

[C++]
    int32_t get_Attributes();
    void set_Attributes(int32_t Value);

[PHP]
    integer get_Attributes()
    void set_Attributes(integer $Value)

[Java]
    int getAttributes();
    void setAttributes(int Value);

Attribute values:

Description

    Use this property to specify file attributes.

    Note, that attribute setting differs for VCL and .NET versions. To enable several modes in .NET use bitwise OR operation, for example "fileAttributeReadonly | fileAttributeHidden | fileAttributeSystem".

Discuss this help topic in SecureBlackbox Forum