DeleteTask.

File Property

Summary

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

Syntax

[TaskAttribute("file")]
public FileInfo File { get; set; }

Attributes

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

Value

Type Description
FileInfo