13 std::string file_path = __FILE__;
19 for (
int i = file_path.length() - 1; i >= 0; --i) {
20 if (file_path[i] ==
'/' || file_path[i] ==
'\\') {
24 separator = file_path[i];
29 std::string directory_path = file_path.substr(0, index + 1);
30 return directory_path +
"test" + separator +
"msh_files" + separator +