2018年12月26日
摘要: int load(const std::string &strFilePath, const std::string &strFileName){ m_mapParam.clear(); string strConfFullPath; if (kbdSuccess != makeConfigFile 阅读全文
posted @ 2018-12-26 13:22 码农er 阅读(1283) 评论(0) 推荐(0) 编辑
摘要: namespace fs = boost::filesystem; fs::path objPath = strFilePath; // strFilePath--目录 objPath/=strFileName;// strFileName--文件名 if(objPath.is_absplute() 阅读全文
posted @ 2018-12-26 11:58 码农er 阅读(469) 评论(0) 推荐(0) 编辑