TarEntry.CreateTarEntry Method

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

[Visual Basic]
Public Shared Function CreateTarEntry( _
   ByVal name As String _
) As ICSharpCode.SharpZipLib.Tar.TarEntry
[C#]
public static TarEntry CreateTarEntry(
   string name
);

See Also

TarEntry Class | TarEntry Members | ICSharpCode.SharpZipLib.Tar Namespace