Discuss this help topic in SecureBlackbox Forum
Specifies whether the archive directory is compressed.
Declaration
[C#]
bool DirectoryCompressed;
[VB.NET]
Property DirectoryCompressed As Boolean
[Pascal]
property DirectoryCompressed : boolean;
[C++]
bool get_DirectoryCompressed();
void set_DirectoryCompressed(bool Value);
[PHP]
bool get_DirectoryCompressed()
void set_DirectoryCompressed(bool $Value)
[Java]
boolean getDirectoryCompressed();
void setDirectoryCompressed(boolean Value);
Description
Use this property to specify whether the archive directory is compressed, or not.
Discuss this help topic in SecureBlackbox Forum