MkDirTask.

Dir Property

Summary

The directory to create.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
MkDirTask

Syntax

[TaskAttribute("dir", Required = true)]
public DirectoryInfo Dir { get; set; }

Attributes

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

Value

Type Description
DirectoryInfo