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 don't comment here if:
1) You have a query about, or a bug report for, one of my programs or libraries. Most of my posts contain a link to the relevant repository where there will be an issue tracker you can use.
2) You have a query about any 3rd party programs I feature, please address them to the developer(s) - there will be a link in the post.
3) You're one of the tiny, tiny minority who are aggressive or abusive - in the bin you go and reported you will be!
Thanks