Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.HasUStar

TElTarFileAttributes     


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


Specifies whether the file is written in UStar format.

Declaration

[C#]
    bool HasUStar;

[VB.NET]
    Property HasUStar As Boolean

[Pascal]
    property HasUStar : boolean;

[C++]
    bool get_HasUStar();
    void set_HasUStar(bool Value);

[PHP]
    bool get_HasUStar()
    void set_HasUStar(bool $Value)

[Java]
    boolean getHasUStar();
    void setHasUStar(boolean Value);

Description

This property specifies whether the file is written in UStar (Unix Standard TAR) format.

Discuss this help topic in SecureBlackbox Forum