Summary
The directory the program is in.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- ExecTask
Syntax
[TaskAttribute("basedir")]
public override DirectoryInfo BaseDirectory { get; set; }
Remarks
The basedir will be evaluated relative to the project's base directory if it is relative.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
DirectoryInfo |