EnvironmentVariable.

Directory Property

Summary

The value for a directory-based environment variable. NAnt will convert it to an absolute path.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
EnvironmentVariable

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