TarEntry.GetFileTarHeader Method

SharpZip Compression Library

SharpZip Compression Library

TarEntry.GetFileTarHeader Method 

Fill in a TarHeader with information from a File.

public void GetFileTarHeader(
   TarHeader hdr,
   string file
);

Parameters

hdr
The TarHeader to fill in.
file
The file from which to get the header information.

See Also

TarEntry Class | ICSharpCode.SharpZipLib.Tar Namespace