Function File-Newer-Than-File-P

Part of:

package metabang.utilities
( file-newer-than-file-p < file1 > < file2 > )
Compares the write dates of `file1' and `file' and returns T if `file' is newer than
`file2' or if it cannot be determined. `file1' is usually the source file and `file2'
the object file.