Discuss this help topic in SecureBlackbox Forum
Specifies whether the archive directory is compressed.
Declaration
[C#/Java]
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)
Description
Use this property to specify whether the archive directory is compressed, or not.
Discuss this help topic in SecureBlackbox Forum