Discuss this help topic in SecureBlackbox Forum
Specifies owner's write access right for the file.
Declaration
[C#/Java]
bool UserWrite;
[VB.NET]
Property UserWrite As Boolean
[Pascal]
property UserWrite: boolean;
[C++]
bool get_UserWrite();
void set_UserWrite(bool Value);
[PHP]
bool get_UserWrite()
void set_UserWrite(bool $Value)
Description
Use this property to get/set if file owner can write to this file.
Discuss this help topic in SecureBlackbox Forum