Expands a file packed using GZip compression.
For a list of all members of this type, see GUnzip Members.
System.Object
NAnt.Core.Element
NAnt.Core.Task
NAnt.Compression.Tasks.GUnzip
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Expands "test.tar.gz" to "test2.tar".
<gunzip src="test.tar.gz" dest="test.tar" />
Namespace: NAnt.Compression.Tasks
Assembly: NAnt.CompressionTasks (in NAnt.CompressionTasks.dll)
GUnzip Members | NAnt.Compression.Tasks Namespace