Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 767
webminal.org Avatar asked Oct 09 '22 22:10

webminal.org


1 Answers

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

like image 90
Juuso Ohtonen Avatar answered Oct 12 '22 11:10

Juuso Ohtonen