/** * \brerf * \author pengcheng(pengcheng@adcsoft.cn) * \date 2019.11.22 * \attention * */ #ifndef ADCSOFT_LOOK_ROUND_H__ #define ADCSOFT_LOOK_ROUND_H__ #include #include #include #include #include #include namespace adcsoft { bool IsAbsolutePath(const std::string& path); bool CreateSubdirectory(const std::string& rel_path); } #endif // !ADCSOFT_LOOK_ROUND_H__