| Accessed Bool (Maybe FilePath) | A file was accessed. Accessed isDirectory file
|
| Modified Bool (Maybe FilePath) | A file was modified. Modified isDiroctory file
|
| Attributes Bool (Maybe FilePath) | A files attributes where changed. Attributes isDirectory file
|
| Closed Bool Bool (Maybe FilePath) | A file was closed. Closed isDirectory wasWritable file
|
| Opened Bool (Maybe FilePath) | A file was opened. Opened isDirectory maybeFilePath
|
| MovedOut Bool Cookie FilePath | A file was moved away from the watched dir. MovedFrom isDirectory from
|
| MovedIn Bool Cookie FilePath | A file was moved into the watched dir. MovedTo isDirectory to
|
| MovedSelf Bool | The watched file was moved. MovedSelf isDirectory
|
| Created Bool FilePath | A file was created. Created isDirectory file
|
| Deleted Bool FilePath | A file was deleted. Deleted isDirectory file
|
| DeletedSelf | The file watched was deleted.
|
| Unmounted | The file watched was unmounted.
|
| QOverflow | The queue overflowed.
|
| Ignored | |
| Unknown FDEvent | |