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