Discuss this help topic in SecureBlackbox Forum
Specifies if the file is read-only.
Declaration
[C#/Java]
bool IsReadOnly;
[VB.NET]
Property IsReadOnly As Boolean
[Pascal]
property IsReadOnly : boolean;
[C++]
bool get_IsReadOnly();
[PHP]
bool get_IsReadOnly()
Description
Use this read-only property to check if the file is read-only.
Discuss this help topic in SecureBlackbox Forum