all constant

int const all = create | modify | delete | move

Bitfield for FileSystemEntity.watch, for enabling all of create, modify, delete and move.

Implementation

static const int all = create | modify | delete | move