Discuss this help topic in SecureBlackbox Forum
Specifies whether the entry 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
Use this property to specify whether current entry is a directory.
Discuss this help topic in SecureBlackbox Forum