Re: service for file monitoring

2007-04-22 Thread bryan rasmussen
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

Re: service for file monitoring

2007-04-20 Thread Martin v. Löwis
> 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

Re: service for file monitoring

2007-04-20 Thread Carles Pina i Estany
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

Re: service for file monitoring

2007-04-20 Thread rohit
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

Re: service for file monitoring

2007-04-20 Thread Gabriel Genellina
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

service for file monitoring

2007-04-20 Thread rohit
hi, 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. thanks -- http://mail.python.org/mailman/listinfo/python-list