Searched defs:DirInfo (Results 1 – 1 of 1) sorted by relevance
525 struct DirInfo { struct526 std::string dirName;527 int32_t dirPermissions;528 bool isAllowDestroyContents = false; // 是否允许删除当前目录下的所有文件(包括子目录)