Discuss this help topic in SecureBlackbox Forum
Specifies owner's write access right for the file.
Declaration
[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)
[Java]
boolean getUserWrite();
void setUserWrite(boolean Value);
Description
Use this property to get/set if file owner can write to this file.
Discuss this help topic in SecureBlackbox Forum