[python-win32] monitoring access to files

2013-12-17 Thread OptiCar
than mouse or keyboard, and directly files access? we have to enter deep in computer works in assembler, but i think it could be done. does anybody heard a module or how could we monitor file access, independently of partition table, or system in use. thanks OptiCar

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