Skip to content
TechieGuy12 edited this page Aug 4, 2022 · 2 revisions

The basic function of File Verification is to generate the checksum values of all files in a directory and save those checksums to a text file that is located in the same directory.

Once the checksums have been saved to the checksum file, running File Verification against the same directory will validate that the files in the directory still match the checksums saved in the checksum file.

At the same time, any files that are listed in the checksum file but are no longer in the directory, will be logged.

In addition, File Verification can also validate the checksum of a single file by accepting both the file and checksum as arguments.

For a quick checksum validation, File Verification can simply display the checksum of a file to the console.

To get started with using File Verification, read the Installation page.

Clone this wiki locally