32 namespace CrossPlatform
35 const char PATH_SEPARATOR =
'\\';
37 const char PATH_SEPARATOR =
'/';
61 std::string
endPath(
const std::string &path);
63 std::vector<std::string>
getFolderContents(
const std::string &path,
const std::string &ext =
"");
75 std::string
noExt(
const std::string &file);
83 std::pair<std::wstring, std::wstring>
timeToString(time_t time);
87 bool moveFile(
const std::string &src,
const std::string &dest);
93 void setWindowIcon(
int winResource,
const std::string &unixPath);
99 void crashDump(
void *ex,
const std::string &err);
Definition: BaseInfoState.cpp:40