Re: [python-win32] knowing file accessed and file opened

2010-02-27 Thread Tim Golden
On 26/02/2010 19:52, Aahz wrote: On Fri, Feb 26, 2010, OptiCar wrote: i need to know when an updated file has been opened. is it possible to watch the OPEN and ACCESS event with an adaptation of the Tim Golden's script ? need to work on windows, does pywin32 can ? inotify is only for linux

Re: [python-win32] knowing file accessed and file opened

2010-02-27 Thread Roger Upole
OptiCar wrote: Hello, i need to know when an updated file has been opened. is it possible to watch the OPEN and ACCESS event with an adaptation of the Tim Golden's script ? need to work on windows, does pywin32 can ? inotify is only for linux dazuko can catch on linux what can work on windows to

[python-win32] knowing file accessed and file opened

2010-02-26 Thread OptiCar
Hello, i need to know when an updated file has been opened. is it possible to watch the OPEN and ACCESS event with an adaptation of the Tim Golden's script ? need to work on windows, does pywin32 can ? inotify is only for linux dazuko can catch on linux what can work on windows to see the file

Re: [python-win32] knowing file accessed and file opened

2010-02-26 Thread Tim Roberts
OptiCar wrote: i need to know when an updated file has been opened. is it possible to watch the OPEN and ACCESS event with an adaptation of the Tim Golden's script ? need to work on windows, does pywin32 can ? inotify is only for linux dazuko can catch on linux what can work on windows to

Re: [python-win32] knowing file accessed and file opened

2010-02-26 Thread Aahz
On Fri, Feb 26, 2010, OptiCar wrote: i need to know when an updated file has been opened. is it possible to watch the OPEN and ACCESS event with an adaptation of the Tim Golden's script ? need to work on windows, does pywin32 can ? inotify is only for linux dazuko can catch on linux what

Re: [python-win32] knowing file accessed and file opened

2010-02-26 Thread OptiCar
Hello, i need to know when an updated file has been opened. is it possible to watch the OPEN and ACCESS event with an adaptation of the Tim Golden's script ? need to work on windows, does pywin32 can ? inotify is only for linux dazuko can catch on linux what can work on windows to see the file