Gets a value indicating whether the ArchiveItem is a file.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0

Syntax

C#
public abstract bool IsFile { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property IsFile As Boolean
Visual C++
public:
virtual property bool IsFile {
	bool get () abstract;
}

Return Value

True if the archive item is a file; false otherwise.

See Also