Discuss this help topic in SecureBlackbox Forum
Specifies if file creation time attribute is available.
Declaration
[C#]
bool ModifyTimeAvailable;
[VB.NET]
Property ModifyTimeAvailable As Boolean
[Pascal]
property ModifyTimeAvailable : boolean;
[C++]
bool get_ModifyTimeAvailable();
void set_ModifyTimeAvailable(bool Value);
[PHP]
bool get_ModifyTimeAvailable()
void set_ModifyTimeAvailable(bool $Value)
[Java]
boolean getModifyTimeAvailable();
void setModifyTimeAvailable(boolean Value);
Description
This property specifies if file modification time attribute is available.
Discuss this help topic in SecureBlackbox Forum