| NAnt  Help  Function Reference  file::up-to-date | v0.92-rc1 | 
[This is preliminary documentation and subject to change.]
Determines whether targetFile is more or equal up-to-date than srcFile.
bool file::up-to-date(srcFile, targetFile)
            
    
    | Name | Type | Description | 
|---|---|---|
| srcFile | string | The file to check against the target file. | 
| targetFile | string | The file for which we want to determine the status. |