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

FileSet.FindMoreRecentLastWriteTime Method

[This is preliminary documentation and subject to change.]

Determines if one of the given files has a more recent last write time than the given time. If one of the given files no longer exists, the target will be considered out-of-date.

Overload List

Determines if one of the given files has a more recent last write time than the given time. If one of the given files no longer exists, the target will be considered out-of-date.

public static string FindMoreRecentLastWriteTime(StringCollection,DateTime);

Determines if a file has a more recent last write time than the given time, or no longer exists.

public static string FindMoreRecentLastWriteTime(string,DateTime);

See Also

FileSet Class | NAnt.Core.Types Namespace