delta-0.1.0.0: A library for detecting file changes

Safe HaskellNone
LanguageHaskell2010

System.Delta.Poll

Synopsis

Documentation

createPollWatcher

Arguments

:: Int

seconds interval

-> FilePath

path to watch

-> IO PollWatcher 

Watch files in this directory recursively for changes every n seconds.