TarEntry.IsDescendent Method

SharpZip Compression Library

SharpZip Compression Library

TarEntry.IsDescendent Method 

Determine if the given entry is a descendant of this entry. Descendancy is determined by the name of the descendant starting with this entry's name.

public bool IsDescendent(
   TarEntry desc
);

Parameters

desc
Entry to be checked as a descendent of this.

Return Value

True if entry is a descendant of this.

See Also

TarEntry Class | ICSharpCode.SharpZipLib.Tar Namespace