Watching NT FileSystem Events

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ingo Blank

    Watching NT FileSystem Events

    Hi all,

    I'm looking for a Python extension, which monitors Windows NT/2000/XP file
    system events and calls back to Python code.

    Any pointers are greatly appreciated.

    Thanks
    --ibl



  • Maxim Khesin

    #2
    Re: Watching NT FileSystem Events

    in win32all extension from Mark Hammond you shall seek
    FindFirstChange Notification (I think it is in win32api module).

    Ingo Blank wrote:[color=blue]
    > Hi all,
    >
    > I'm looking for a Python extension, which monitors Windows NT/2000/XP file
    > system events and calls back to Python code.
    >
    > Any pointers are greatly appreciated.
    >
    > Thanks
    > --ibl
    >
    >
    >[/color]

    Comment

    Working...