delta-0.2.1.0: A library for detecting file changes

Safe HaskellNone
LanguageHaskell2010

System.Delta.Poll

Synopsis

Documentation

createPollWatcher Source

Arguments

:: Int

seconds interval

-> FilePath

path to watch

-> IO FileWatcher 

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