NAnt SDK Documentation - v0.92

Argument.Directory Property

The value for a directory-based command-line argument; 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

Argument Class | NAnt.Core.Types Namespace