Discuss this help topic in SecureBlackbox Forum
Specifies whether the entry is a directory.
Declaration
[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)
[Java]
boolean getDirectory();
void setDirectory(boolean Value);
Description
Use this property to specify whether current entry is a directory.
Discuss this help topic in SecureBlackbox Forum