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

Popular posts from this blog

New String Property Editor Planned For RAD Studio 12 Yukon 🤞

Multi-line String Literals Planned For Delphi 12 Yukon🤞

Deleting elements from a dynamic array