Discuss this help topic in SecureBlackbox Forum

TElTarArchiveDirectoryEntry.Attributes

TElTarArchiveDirectoryEntry     


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


Specifies various attributes of this file.

Declaration

[C#]
    TElTarFileAttributes Attributes;

[VB.NET]
    Property Attributes As TElTarFileAttributes

[Pascal]
    property Attributes : TElTarFileAttributes;

[C++]
    TElTarFileAttributes* get_Attributes();

[PHP]
    TElTarFileAttributes get_Attributes()

[Java]
    TElTarFileAttributes getAttributes();

Description

Use this property to manage file attributes.

Discuss this help topic in SecureBlackbox Forum