"Fred" <fred@nowhere.com> wrote in message
news:4460d321$0$2588$db0fefd9@news.zen.co.uk...
>
>
> Sorry not NTFS!
A program to track the changes of the file should be very simple to make.
Using FindFirstChangeNotification to get a notification handle to the file
with FILE_NOTIFY_CHANGE_LAST_WRITE filter should do it. This uses almost no
resources at all because there is no need to poll for the changes. The OS
do it for you instead.
Do you want the changes to be logged to a file? I'm asking because I could
implement such a beast when I'm done with the next version of Cobian Backup.