Function File-Newer-Than-File-P

Part of:

package metabang.utilities
( file-newer-than-file-p < file1 > < file2 > )

Compares the write dates of file1&#39; and file' and returns T if file&#39; is newer than<br> file2' or if it cannot be determined. file1&#39; is usually the source file and file2'
the object file.