Re: File monitoring for all drive

2007-05-27 Thread Tim Golden
[rohit] >>> i want to detect all file change operations(rename,delete,create) >>> on ALL THE DRIVES of the hard disk >>> using the method ReadDirectoryChanges API , i.e program no. 3 in the >>> webpagehttp://tgolden.sc.sabren.com/python/win32_how_do_i/watch_directory_fo... >>> . >>> Please sugg

Re: File monitoring for all drive

2007-05-25 Thread Tim Golden
rohit wrote: > hi > i want to detect all file change operations(rename,delete,create) > on ALL THE DRIVES of the hard disk But to go a little further than your question... are you sure you want to do this? It's going to put quite a load on your system and be not-very-scaleable. I haven't yet h

Re: File monitoring for all drive

2007-05-24 Thread Tim Golden
rohit wrote: > hi > i want to detect all file change operations(rename,delete,create) > on ALL THE DRIVES of the hard disk > using the method ReadDirectoryChanges API , i.e program no. 3 in the > webpage > http://tgolden.sc.sabren.com/python/win32_how_do_i/watch_directory_for_changes.html > .

File monitoring for all drive

2007-05-24 Thread rohit
hi i want to detect all file change operations(rename,delete,create) on ALL THE DRIVES of the hard disk using the method ReadDirectoryChanges API , i.e program no. 3 in the webpage http://tgolden.sc.sabren.com/python/win32_how_do_i/watch_directory_for_changes.html . Please suggest some modific