ZipEntry Constructor (String)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipEntry Constructor (String)

Creates a zip entry with the given name.

public ZipEntry(
   string name
);

Parameters

name
The name for this entry. Can include directory components. The convention for names is 'unix' style paths with relative names only. There are with no device names and path elements are separated by '/' characters.

Exceptions

Exception Type Condition
ArgumentNullException The name passed is null

See Also

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