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