NAnt SDK Documentation - v0.92 |
|
UnZipTask.ToDirectory Property
The directory where the expanded files should be stored. The default is the project base directory.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="todir", ExpandProperties:=True, ProcessXml:=True)>
Public Property ToDirectory As
DirectoryInfo
[C#]
[TaskAttribute(Required=False, Name="todir", ExpandProperties=True, ProcessXml=True)]
public
System.IO.DirectoryInfo ToDirectory {get; set;}
See Also
UnZipTask Class | NAnt.Compression.Tasks Namespace