use WMI event monitoring objWMIService.ExecNotificationQuery
http://msdn2.microsoft.com/en-us/library/aa393864.aspx
, then pass the event and the file starting the event to your
application via the command line, what I tend to do (so I keep one
monitor running that starts applications at event oc
> well i tried reading that but that way i'll have to make the program
> monitor each and every directory.
> when a file is created or deleted or filename modified , a call must
> be made to the os kernel .
> isn't there any way i can utilize that with any api or package
> functions so that i can m
Hi,
On Apr/20/2007, Gabriel Genellina wrote:
> En Fri, 20 Apr 2007 17:06:51 -0300, rohit <[EMAIL PROTECTED]>
> escribió:
>
> > i am designing a desktop search engine using python.
> > i am having a query , is there a package available that contains
> > functions for retrieving the files being
On Apr 21, 1:36 am, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Fri, 20 Apr 2007 17:06:51 -0300, rohit <[EMAIL PROTECTED]>
> escribió:
>
>
> For windows you can use the techniques described
> here:http://tgolden.sc.sabren.com/python/win32_how_do_i/watch_directory_fo...
>
> --
> Gabriel Gen
En Fri, 20 Apr 2007 17:06:51 -0300, rohit <[EMAIL PROTECTED]>
escribió:
> i am designing a desktop search engine using python.
> i am having a query , is there a package available that contains
> functions for retrieving the files being edited , created,deleted in
> the file system.
For window