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 file2' or if it cannot be determined.
file1&#39; is usually the source file and file2' the object file.