|
趣味で作ってるロボット用ソフトウェア
|
Go to the documentation of this file. 1 #ifndef HRK_FILE_UTILS_H
2 #define HRK_FILE_UTILS_H
15 extern bool is_file_exist(
const std::string& file_path);
17 extern bool mkdir(
const std::string& dirname);
19 extern std::string dirname(
const std::string& path);
20 extern std::string filename(
const std::string& path);
21 extern std::string basename(
const std::string& path);