摘要: 1 #include <stdlib.h> 2 #include <sys/stat.h> 3 #include <dirent.h> 4 5 6 void GetDirSize(const char* dirname, int64_t* size) { 7 ::DIR* dp = opendir( 阅读全文
posted @ 2021-06-23 20:59 water_bear 阅读(19) 评论(0) 推荐(0) 编辑