Discuss this help topic in SecureBlackbox Forum
Specifies whether a file or directory is marked as system.
Declaration
[VB.NET]
Property System As Boolean
[Pascal]
property System : boolean;
[C++]
bool get_System();
void set_System(bool Value);
[PHP]
bool get_System()
void set_System(bool $Value)
[Java]
boolean getSystem();
void setSystem(boolean Value);
Description
Use this property to specify whether a file or directory is system.
Discuss this help topic in SecureBlackbox Forum