I create Win32 app. Starting the program it will reload some data from specific folder. But I don't want to reload if the folder hasn't any change.
So I need to keep checksum of the folder for using compare between two folders (current and previous version).
How to get checksum value from a folder?