所有 常量

int const all

FileSystemEntity.watch 的位域,用于启用 创建修改删除移动 的所有操作。

实现

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