Discuss this help topic in SecureBlackbox Forum
Specifies owner's write permission on the file.
Declaration
[C#/Java]
bool OwnerWrite;
[VB.NET]
Property OwnerWrite As Boolean
[Pascal]
property OwnerWrite : boolean;
[C++]
bool get_OwnerWrite();
void set_OwnerWrite(bool Value);
[PHP]
bool get_OwnerWrite()
void set_OwnerWrite(bool $Value)
Description
Use this property to specify owner's write permission on the file.
Discuss this help topic in SecureBlackbox Forum