NAnt SDK Documentation - v0.85-nightly-2005-11-09

UnZipTask.ToDirectory Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

Missing <remarks> documentation for P:NAnt.Compression.Tasks.UnZipTask.ToDirectory

See Also

UnZipTask Class | NAnt.Compression.Tasks Namespace