FileSystemEntity.watch 的位域,用于启用 创建、修改、删除 和 移动 的所有操作。
static const int all = create | modify | delete | move;