Discuss this help topic in SecureBlackbox Forum
Specifies whether the file is written in UStar format.
Declaration
[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