C++ 创建和删除目录
#include <dirent.h> debug_path = "./debug/"; DIR *dir; if((dir=opendir(debug_path.c_str()) ...
#include <dirent.h> debug_path = "./debug/"; DIR *dir; if((dir=opendir(debug_path.c_str()) ...