freeware

Threads Posts Archives


<< Previous Thread << Previous Post Topic 15429 of 16625
Posts 10 of 15
Next Post >> Next Thread >>

Re: Alarm if file is touched or altered.


de Luis Cobian 05/09/2006 09:40




"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.




Alarm if file is touched or altered. Fred
  Re: Alarm if file is touched or altered. Fred
  Re: Alarm if file is touched or altered. tivoli0
  Re: Alarm if file is touched or altered. tivoli0
  Re: Alarm if file is touched or altered. charles
  Re: Alarm if file is touched or altered. charles
  Re: Alarm if file is touched or altered. rmaniacnyc@gmail.com
  Re: Alarm if file is touched or altered. Luis Cobian
    Re: Alarm if file is touched or altered. Fred
|      Re: Alarm if file is touched or altered. Luis Cobian
        Re: Alarm if file is touched or altered. Fred
  Re: Alarm if file is touched or altered. Al Klein
    Re: Alarm if file is touched or altered.
    Re: Alarm if file is touched or altered. Fred
      Re: Alarm if file is touched or altered. Al Klein
 
freeware