ZipEntry Constructor (String)

Creates a zip entry with the given name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String _
)
[C#]
public ZipEntry(
   string name
);

Parameters

name

the name. May include directory components separated by '/'.

See Also

ZipEntry Class | ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace | ZipEntry Constructor Overload List