Discuss this help topic in SecureBlackbox Forum
Specifies whether the archive directory entry is a file or a directory.
Declaration
[VB.NET]
Property IsDirectory As Boolean
[Pascal]
property IsDirectory: boolean;
[C++]
bool get_IsDirectory();
void set_IsDirectory(bool Value);
[PHP]
bool get_IsDirectory()
void set_IsDirectory(bool $Value)
[Java]
boolean getIsDirectory();
void setIsDirectory(boolean Value);
Description
This property is True if the archive directory entry is a directory,
and False if it is a single file.
Discuss this help topic in SecureBlackbox Forum