ZipEntry.Name Property

Returns the entry name. The path components in the entry are always separated by slashes ('/').

[Visual Basic]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}

See Also

ZipEntry Class | ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace