IfTask.

UpToDateFile Property

Summary

The file to compare if uptodate.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
IfTask

Syntax

[TaskAttribute("uptodatefile")]
[System.Obsolete("Use <if test=\"${file::up-to-date(comparefile, uptodatefile)}\"> instead.", false)]
public string UpToDateFile { set; }

Attributes

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

Value

Type Description
string