Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data PollWatcher
- createPollWatcher :: Int -> FilePath -> IO PollWatcher
Documentation
:: Int | seconds interval |
-> FilePath | path to watch |
-> IO PollWatcher |
Watch files in this directory recursively for changes every n seconds.