Discuss this help topic in SecureBlackbox Forum
Specifies if file creation time attribute is available.
Declaration
[C#/Java]
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)
Description
This property specifies if file creation time attribute is available.
Discuss this help topic in SecureBlackbox Forum