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