haskell-fswatch / hfsnotify

Unified Haskell interface for basic file system notifications
BSD 3-Clause "New" or "Revised" License
136 stars 40 forks source link

Question about implementing folder events #71

Closed adelbertc closed 6 years ago

adelbertc commented 6 years ago

I saw in the docs folder events aren't supported, but it seems like the underlying Linux, macOS, and Windows file watching libs do so is it just a matter of adding it?

Asking before I embark on this just in case you folks know something about this that I don't :-)