Skip over navigation

File Date Comparison Utility

Console application that compares the timestamps of two files

Version 2.5.0
Released 2026-02-11
O/S Windows & Linux

Overview

This console application compares the timestamps of two files whose names are passed on the command line. It returns an exit code that indicates the result.

Both Windows (64 and 32 bit) and Linux (64 bit) versions of the program are available.

Dates can be compared using logical comparison operators eq (=), neq (≠), lt (<), lte (≤), ge (>) and gte (≥). The program can compare either the last modification date or the creation date of files. In the case of shortcut files either the date of the shortcut file itself or that of the file it references can be compared (Windows version only).

Download

CompFileDate is hosted on GitHub in the ddabapps/compfiledate repository.

There are separate downloads for each of the three available CompFileDate builds: Windows 64 bit, Windows 32 bit and Linux 64 bit. (32 bit Linux is not supported).

Click the button below to go to the Release v2.5.0 page on GitHub. There you will find a brief description of the available downloads, a list of changes in this version and links to download the program for your chosen operating system. You can also download the source code from the release page.

Get v2.5.0 from GitHub

Documentation

The following documentation is available. All the links open on GitHub.

Bugs & Feature Requests

If you find any bugs or want to suggest a new feature please use the GitHub project's issue tracker. You can browse existing issues to see if a similar one has already been raised. If so please add any further information as comments. If there is no similar issue please raise new one.

You will need a GitHub account if you want to create or edit an issue.