TarEntry.CreateTarEntry Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarEntry.CreateTarEntry Method 

Construct an entry with only a name. This allows the programmer to construct the entry's header "by hand".

public static TarEntry CreateTarEntry(
   string name
);

See Also

TarEntry Class | ICSharpCode.SharpZipLib.Tar Namespace