std::filesystem::path::replace_extension (3) Linux Manual Page
std::filesystem::path::replace_extension – std::filesystem::path::replace_extension Synopsis path &replace_extension(const path &replacement = path()); (1)(since C++ 17) Replaces the extension with replacement or removes it when the default value of replacement is used. Firstly, if this path has an extension(), it is removed from the generic – format view of the pathname. Then, a dot character is appended to…
