NAnt SDK Documentation - v0.85-nightly-2005-11-09

IfTask.UpToDateFile Property

[This is preliminary documentation and subject to change.]

NOTE: This property is now obsolete.

Use <if test="${file::up-to-date(comparefile, uptodatefile)}"> instead.


The file to compare if uptodate.

[Visual Basic]
<TaskAttribute(Name:="uptodatefile", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  Obsolete(Message:="Use <if test="${file::up-to-date(comparefile, uptodatefile)}"> instead.", IsError:=False)>
Public Property UpToDateFile As String
[C#]
[TaskAttribute(Name="uptodatefile", Required=False, ExpandProperties=True, ProcessXml=True)]
[Obsolete(Message="Use <if test="${file::up-to-date(comparefile, uptodatefile)}"> instead.", IsError=False)]
public string UpToDateFile {set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.IfTask.UpToDateFile

See Also

IfTask Class | NAnt.Core.Tasks Namespace