Name Property From SharpZip Compression Library previous page next page SharpZip Compression Library ZipEntry.Name Property Returns the entry name. The path components in the entry should always separated by slashes ('/'). Dos device names like C: should also be removed. See CleanName. public string Name {get;} See Also ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace previous page start next page