Discuss this help topic in SecureBlackbox Forum
Specifies if file creation time attribute is available.
Declaration
[C#]
bool CreateTimeAvailable;
[VB.NET]
Property CreateTimeAvailable As Boolean
[Pascal]
property CreateTimeAvailable : boolean;
[C++]
bool get_CreateTimeAvailable();
void set_CreateTimeAvailable(bool Value);
[PHP]
bool get_CreateTimeAvailable()
void set_CreateTimeAvailable(bool $Value)
[Java]
boolean getCreateTimeAvailable();
void setCreateTimeAvailable(boolean Value);
Description
This property specifies if file creation time attribute is available.
Discuss this help topic in SecureBlackbox Forum