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

PathElement.Directory Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.PathElement.Directory

See Also

PathElement Class | NAnt.Core.Types Namespace