NAnt SDK Documentation - v0.92

EnvironmentVariable.Directory Property

The value for a directory-based environment variable. NAnt will convert it to an absolute path.

[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

EnvironmentVariable Class | NAnt.Core.Types Namespace