TarHeader.LF_GNU_NAMES Field

SharpZip Compression Library

SharpZip Compression Library

TarHeader.LF_GNU_NAMES Field

For storing filenames that dont fit in the main header (old GNU)

public const byte LF_GNU_NAMES = 78;

See Also

TarHeader Class | ICSharpCode.SharpZipLib.Tar Namespace