摘要: #include "cpptoml.h" 阅读全文
posted @ 2021-09-01 19:41 小小灰迪 阅读(297) 评论(0) 推荐(0) 编辑
摘要: linux // 创建、删除文件夹 void mkdir_output(const string &output_path){ if (access(output_path.c_str(), 0) == -1) { // mkdir(output_path.c_str(),S_IRUSR | S_I 阅读全文
posted @ 2021-09-01 10:53 小小灰迪 阅读(3318) 评论(0) 推荐(1) 编辑