NAnt SDK Documentation - v0.92

PathElement.Directory Property

The name of a directory to add to the path. Will be replaced with the absolute path of the directory.

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

See Also

PathElement Class | NAnt.Core.Types Namespace