Re: [python-win32] File monitoring additional information user, process and PID

2016-12-02 Thread Tim Roberts
colin brice via python-win32 wrote: > > I was wondering if anyone had ever been able to retrieve the username, > process or PID for file changes, I am currently using the basis on the > file monitor script taken from the Tim Golden website. Not possible. The Win32 API does not provide that inform

[python-win32] File monitoring additional information user, process and PID

2016-12-02 Thread colin brice via python-win32
Hi All, I was wondering if anyone had ever been able to retrieve the username, process or PID for file changes, I am currently using the basis on the file monitor script taken from the Tim Golden website. If anyone has had any luck or can give clues of where I might start it would be much apprec