TarEntry.GetDirectoryEntries Method

If this entry represents a file, and the file is a directory, return an array of TarEntries for this entry's children.

[Visual Basic]
Public Function GetDirectoryEntries() As ICSharpCode.SharpZipLib.Tar.TarEntry()
[C#]
public TarEntry[] GetDirectoryEntries();

Return Value

An array of TarEntry's for this entry's children.

See Also

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