Comment on Tracking Changes in Directories with PythonparentComments−icebraining12ypyinotify is also pretty simple to use: https://github.com/seb-m/pyinotify−arethuza12yThanks, 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...
Comments
pyinotify is also pretty simple to use: https://github.com/seb-m/pyinotify
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...