@ -134,6 +134,7 @@ long long get_file_timestamp(const std::string& strPath)
{
return 0;
}
fs::path path(strPath);
str = path.filename().string();
auto strTime = str.substr(0, 15);
std::remove(strTime.begin(), strTime.end(), '_');