Discuss this help topic in SecureBlackbox Forum
Specifies whether the file is archived.
Declaration
[VB.NET]
Property Archive As Boolean
[Pascal]
property Archive : boolean;
[C++]
bool get_Archive();
void set_Archive(bool Value);
[PHP]
bool get_Archive()
void set_Archive(bool $Value)
[Java]
boolean getArchive();
void setArchive(boolean Value);
Description
Use this property to specify whether the file is archived.
Discuss this help topic in SecureBlackbox Forum