Well I am stuck with this, and I have a few questions:
How will you check whether the folder has been modified without touching the files? "Last Modified" changes when a file is created/deleted, when a subfolder is created/deleted, but doesn't change when a file is modified (For example, when its size changes).
If a file size changes then folder size will also vary, but there is no API to find the folder size in Windows without touching the file.
Say I give some values to every folder, now when its size changes will that value change by default? (An expected example may be, its hash value?) or what will change by default in windows when a folder is modified? (Other than its size.)
Thanks in advance.