Y
Hacker News
new
|
ask
|
show
|
jobs
by
icebraining
4570 days ago
pyinotify is also pretty simple to use:
https://github.com/seb-m/pyinotify
1 comments
arethuza
4570 days ago
Thanks, I was after something that would work from Python on Linux and Windows and calling out to inotifywait seemed to work well for that - this is for my home grown RESTful Dropbox-lite application which is sitting at 95% complete...
link