ファイルの補助関数
More...
#include <string>
Go to the source code of this file.
|
bool | hrk::is_file_exist (const std::string &file_path) |
| ファイルがあるかを返す
|
|
bool | hrk::mkdir (const std::string &dirname) |
|
std::string | hrk::dirname (const std::string &path) |
|
std::string | hrk::filename (const std::string &path) |
|
std::string | hrk::basename (const std::string &path) |
|