PathElement.

Directory Property

Summary

The name of a directory to add to the path. Will be replaced with the absolute path of the directory.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
PathElement

Syntax

[TaskAttribute("dir")]
public DirectoryInfo Directory { get; set; }

Attributes

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

Value

Type Description
DirectoryInfo