Discuss this help topic in SecureBlackbox Forum
Specifies whether the archive is read-only.
Declaration
[VB.NET]
Property IsReadOnly As Boolean
[Pascal]
property IsReadOnly : boolean;
[C++]
bool get_IsReadOnly();
[PHP]
bool get_IsReadOnly()
[Java]
boolean getIsReadOnly();
Description
This read-only property specifies, whether the archive is read-only, or not.
Discuss this help topic in SecureBlackbox Forum