Discuss this help topic in SecureBlackbox Forum
Specifies whether file is a directory.
Declaration
[C#/Java]
bool Directory;
[VB.NET]
Property Directory As Boolean
[Pascal]
property Directory : boolean;
[C++]
bool get_Directory();
void set_Directory(bool Value);
[PHP]
bool get_Directory()
void set_Directory(bool $Value)
Description
If this property is set to
True it shows that file is a directory.
Discuss this help topic in SecureBlackbox Forum