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

FileSet.MostRecentLastWriteTimeFile Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Types.FileSet.MostRecentLastWriteTimeFile

See Also

FileSet Class | NAnt.Core.Types Namespace