TarEntry.IsDirectory Property

Return whether or not this entry represents a directory.

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

See Also

TarEntry Class | TarEntry Members | ICSharpCode.SharpZipLib.Tar Namespace