NAnt SDK Documentation - v0.92

CopyTask.FileOperation.Outdated Property

Gets a value indicating whether TargetInfo is outdated.

[Visual Basic]
Public ReadOnly Property Outdated As Boolean
[C#]
public bool Outdated {get;}

Property Value

true if TargetInfo is outdated (or simply a directory); otherwise, false.

See Also

CopyTask.FileOperation Class | NAnt.Core.Tasks Namespace