ЗВ
Size: a a a
ЗВ
IM
ЗВ
IM
D
size_t last_slash_index = file.find_last_of('/');
std::string newFile = file.substr(0, last_slash_index);
return newFile;
ПК
IM
size_t last_slash_index = file.find_last_of('/');
std::string newFile = file.substr(0, last_slash_index);
return newFile;
D
ПК
D
IM
D
ПК
D
IM
ЗВ
size_t last_slash_index = file.find_last_of('/');
std::string newFile = file.substr(0, last_slash_index);
return newFile;
ЗВ
D
ЗВ
D