TarEntry.GetFileTarHeader Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarEntry.GetFileTarHeader Method 

Fill in a TarHeader with information from a File.

public void GetFileTarHeader(
   TarHeader header,
   string file
);

Parameters

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

See Also

TarEntry Class | ICSharpCode.SharpZipLib.Tar Namespace