Could I use std::filesystem::path::extension
to extract the extension of a file for which I have an http address in string format?
For local path the discussion can be found here
More in general could I use also its siblings methods stem and filename?
If not, is there any reliable alternative than doing it manually as spelled out in the other pre-C++17 answer?