ZipNameTransform transforms names as per the Zip file naming convention.
For a list of all members of this type, see ZipNameTransform Members.
System.Object ICSharpCode.SharpZipLib.Zip.ZipNameTransform
public class ZipNameTransform : INameTransform
Thread Safety
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Remarks
The use of absolute names is supported although its use is not valid according to Zip naming conventions, and should not be used if maximum compatability is desired.
Requirements
Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)
See Also
ZipNameTransform Members | ICSharpCode.SharpZipLib.Zip Namespace