Discuss this help topic in SecureBlackbox Forum
Specifies whether the archive directory entry is a file or a directory.
Declaration
[C#/Java]
bool IsDirectory;
[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)
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