Determines whether targetFile is more or equal up-to-date than srcFile.
true if targetFile is more or equal up-to-date than srcFile; otherwise, false.
Exception Type | Condition |
---|---|
ArgumentException | srcFile or targetFile is a zero-length string, contains only white space, or contains one or more invalid characters. |
PathTooLongException | The specified path, file name, or both of either srcFile or targetFile exceed the system-defined maximum length. |
FileFunctions Class | NAnt.Core.Functions Namespace