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