DWFileEvent

List of events that can be watched for. They must be 'Or'ed together to combined them when calling watch(). OS-triggerd events are exclusive.

Values

ValueMeaning
ERROR0
MODIFIED0x00000002
MOVED_FROM0x00000040
MOVED_TO0x00000080
CREATED0x00000100
DELETED0x00000200
ALLMODIFIED | MOVED_FROM | MOVED_TO | CREATED | DELETED

Meta