Discuss this help topic in SecureBlackbox Forum
Specifies whether file attributes should be restored on unpacking.
Declaration
[C#]
bool RestoreAttributes;
[VB.NET]
Property RestoreAttributes As Boolean
[Pascal]
property RestoreAttributes : boolean;
[C++]
bool get_RestoreAttributes();
void set_RestoreAttributes(bool Value);
[PHP]
bool get_RestoreAttributes()
void set_RestoreAttributes(bool $Value)
[Java]
boolean getRestoreAttributes();
void setRestoreAttributes(boolean Value);
Description
If this property is set to
True, file attributes will be restored on unpacking.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum