NAnt SDK Documentation - v0.92 |
|
ModuleSet.Dir Property
The base of the directory of this ModuleSet. The default is the project base directory.
[Visual Basic]
<TaskAttribute(Name:="dir", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Dir As
DirectoryInfo
[C#]
[TaskAttribute(Name="dir", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.DirectoryInfo Dir {get; set;}
See Also
ModuleSet Class | NAnt.DotNet.Types Namespace