``` std::string stem = std::filesystem::path(LastFilePath).stem().string(); stem.find("c0m") if (sscanf(stem.c_str(), "c0m%d_%d", &a, &b)) ```