ZipEntry.IsDirectory Property

Gets true, if the entry is a directory. This is solely determined by the name, a trailing slash '/' marks a directory.

[Visual Basic]
Public ReadOnly Property IsDirectory As Boolean
[C#]
public bool IsDirectory {get;}

See Also

ZipEntry Class | ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace