IsDirectory Property

DotNetZip

Ionic Zip Library v1.9.1.6 IsDirectory Property
ReferenceIonic.ZipZipEntryIsDirectory
True if the entry is a directory (not a file). This is a readonly property on the entry.
Declaration Syntax
C# Visual Basic Visual C++
public bool IsDirectory { get; }
Public ReadOnly Property IsDirectory As Boolean
	Get
public:
property bool IsDirectory {
	bool get ();
}

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)