On Apr 7, 8:02 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> Adam wrote:
> > On Apr 7, 5:09 pm, Tim Golden <[EMAIL PROTECTED]> wrote:
> > > Adam wrote:
> > > > I want to know if it possible to tell when a file is opened. However I
> > > > don't want it to be the last access time. I want to know how many
> > > > times a file opened so I can generate statistics of file usage.
>
> You may look into some tools like FileMon and Process Monitor 
> fromwww.sysinternals.com;I think that doing the processing in Python
> would slow down your system a lot (or not, just try!)
>
> --
> Gabriel Genellina

You see I was mainly hoping that python would not be doing the
processing per se. More that, as Tim put it, it would hook itself into
whatever monitors the shares to see when files are open and dump that
info somewhere (like a database or xml) then at a set time (at night
for example) Python would take that information collect it into
historical logs and update a web page with recent stats.

Obviously I have to check that the most vital part is even possible or
at least within my limit programming knowledge (which is why I ask
here.)

Adam

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to