<para>Uses <see href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</see> (SharpZipLib), an open source Zip/GZip library written entirely in C#.</para>
</remarks>
<example>
<para>Extracts all the file from the zip, preserving the directory structure.</para>
The directory where the expanded files should be stored.
</summary>
</member>
<member name="T:NAnt.Zip.Tasks.ZipTask">
<summary>
Creates a zip file from a specified fileset.
</summary>
<remarks>
<para>Uses <see href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</see> (SharpZipLib), an open source Zip/GZip library written entirely in C#.</para>
</remarks>
<example>
<para>Zip all files in the subdirectory <c>build</c> to <c>backup.zip</c>.</para>