TarHeader.GetName Method

SharpZip Compression Library

SharpZip Compression Library

TarHeader.GetName Method 

NOTE: This method is now obsolete.


Get the name of this entry.

public string GetName();

Return Value

The entry's name.

Remarks

This is obsolete use the Name property instead.

See Also

TarHeader Class | ICSharpCode.SharpZipLib.Tar Namespace