webminal.org
webminal.org

Reputation: 47196

Watchdog Python script for Windows file system

I would like to write a small notification script using python watchdog for windows. The script should do - watch a directory and when ever file is created - trigger an exe passing filename as argument.

This says for windows you need "lot of luck!!!" http://packages.python.org/watchdog/installation.html#installation-dependencies How reliable or easy that would be ? Anyone tried such stuff with windows python ..any suggestions ? http://pypi.python.org/pypi/watchdog

Upvotes: 6

Views: 19175

Answers (1)

Juuso Ohtonen
Juuso Ohtonen

Reputation: 9662

There are several ways to do this: http://timgolden.me.uk/python/win32_how_do_i/watch_directory_for_changes.html

Upvotes: 5

Related Questions