DeleteTask.

Directory Property

Summary

The directory to delete.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
DeleteTask

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