NAnt SDK Documentation - v0.92

FileSet.MostRecentLastWriteTimeFile Property

Determines the most recently modified file in the fileset (by LastWriteTime of the FileInfo).

[Visual Basic]
Public ReadOnly Property MostRecentLastWriteTimeFile As FileInfo
[C#]
public System.IO.FileInfo MostRecentLastWriteTimeFile {get;}

See Also

FileSet Class | NAnt.Core.Types Namespace