On Thu, 17 Apr 2003 17:41:24 +0400, Vladimir Prus wrote
> I think that the filesystem library would very benefit from two functions:
>
> std::string extension(const boost::filesystem::path&);
> boost::filesystem::path change_extension(const
> boost::filesystem::path&, const std::str
I think that the filesystem library would very benefit from two functions:
std::string extension(const boost::filesystem::path&);
boost::filesystem::path change_extension(const boost::filesystem::path&,
const std::string& new_suffix);
and, probably,
std::string basename(