ExecTask.

BaseDirectory Property

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 directory the program is in. The default is the project's base directory.

The basedir will be evaluated relative to the project's base directory if it is relative.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
DirectoryInfo