NAnt SDK Documentation - v0.92

UnTarTask.DestinationDirectory Property

The directory where to store the expanded file(s). The default is the project base directory.

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

See Also

UnTarTask Class | NAnt.Compression.Tasks Namespace