8std::string
ToString(
const std::wstring& wstr);
9std::string
ToLower(std::string str);
12std::string
FormatTime(
const std::time_t& time);
bool FileExists(const char *filename)
std::string GetCurrentPath()
std::string GetBaseName(const std::string &path)
std::string FormatTime(const std::time_t &time)
std::string ToLower(std::string str)
std::string ToString(const std::wstring &wstr)