Discuss this help topic in SecureBlackbox Forum

TElArchiveDirectoryEntry.IsDirectory

TElArchiveDirectoryEntry     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether the archive directory entry is a file or a directory.

Declaration

[C#]
    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)

[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.

See also:     FileName     EntriesCount    

Discuss this help topic in SecureBlackbox Forum