New Release 2.2.0 of File Date Comparison Utility
My little command line Windows program, compfiledate, has had a bit of an overhaul.
The program take two file names and compares either the creation date or modification dates of the files. Various comparison operators can be specified. Normally the program operates silently and returns 0 if the operator returns false and 1 if it returns true. Operators can be specified either in English or as mathematical operators. See the docs for a full list of operators and options.
I've finally stopped compiling it with Delphi XE and moved to Delphi 12.1. Taking advantage of the move to Delphi 12.1 there's now a 64 bit version of the program in addition to the previous 32 bit exe.
I've also fixed a bug that meant that "file not found" errors were returning a 0 to the OS instead of the desired error code (104).
Other than that the release build process has been moved from Make to MSBuild.
If you want a copy go to the GitHub release page.
Here's a look at some command line parameters and output at their most verbose:
Comments
Post a Comment
Comments are very welcome, but please be aware that I moderate all comments, so there will be a delay before your comment appears.
Advertising spam and the rare abusive, hateful or racist comments will be blocked and reported.
Finally, should you have a query about, or a bug report for, one of my programs or libraries please use the relevant issue tracker rather than posting a comment to report it.
Thanks