Discuss this help topic in SecureBlackbox Forum
Specifies if the object is a folder.
Declaration
[VB.NET]
Property Directory As Boolean
[Pascal]
property Directory : boolean;
[C++]
bool get_Directory();
[PHP]
bool get_Directory()
[Java]
boolean getDirectory();
Description
Returns True if the object is a folder, and False otherwise.
Discuss this help topic in SecureBlackbox Forum