摘要: std::string folderPath = "c:"+ "\\log"; std::string command; command = "mkdir -p " + folderPath; // system(command.c_str()); if (0 != access(folderPath.c_str(), 0)) { ... 阅读全文
posted @ 2019-06-20 12:06 cicero 阅读(256) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/jaken99/article/details/78231872 阅读全文
posted @ 2019-06-20 12:04 cicero 阅读(795) 评论(0) 推荐(0) 编辑