Untitled

Anonymous
plain_text
05/22/2024 1:01 PM
236 B
14
Indexable
        std::string urlPath = splitStrVec.at(1);
        path absFilePath = g_httpRootPath / urlPath;
        std::string ext = absFilePath.filename().extension().string();
Editor is loading...
Leave a Comment