flint / Lurker

Resource Tracking
http://lurker.rtfd.org
MIT License
179 stars 24 forks source link

Windows? #12

Closed CMCDragonkai closed 10 years ago

CMCDragonkai commented 10 years ago

Does this work on Windows? How does it watch files on Windows?

henrikbjorn commented 10 years ago

The answer is maybe, if inotify cannot be found it uses a RecursiveIteratorTracker which just loops over all the files and checks if they changed.