| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
System.Win32.Notify
Documentation
Constructors
| Modified | A file was modified. |
Fields
| |
| Created | A file was created. |
Fields
| |
| Deleted | A file was deleted. |
Fields
| |
data WatchManager Source
Constructors
| WatchManager (MVar WatchMap) |
killWatchManager :: WatchManager -> IO () Source
watch :: WatchManager -> FilePath -> Bool -> [EventVariety] -> IO (WatchId, Chan [Event]) Source
watchDirectory :: WatchManager -> FilePath -> Bool -> [EventVariety] -> Handler -> IO WatchId Source