NAnt SDK Documentation - v0.92

UnZipTask.ZipFile Property

The archive file to expand.

[Visual Basic]
<TaskAttribute(Required:=True, Name:="zipfile", ExpandProperties:=True, ProcessXml:=True)>
Public Property ZipFile As FileInfo
[C#]
[TaskAttribute(Required=True, Name="zipfile", ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo ZipFile {get; set;}

See Also

UnZipTask Class | NAnt.Compression.Tasks Namespace