TarEntry.CreateTarEntry Method

SharpZip Compression Library

SharpZip Compression 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