
24 Aug
2010
24 Aug
'10
4:24 p.m.
On 24 August 2010 01:58, Jochen Wilhelmy <j.wilhelmy@arcor.de> wrote:
Sometimes I have file formats that have two parts, e.g. a description xml file and a data file. then I'd like to do name + ".xml" and name + ".dat" if name is a fs::path
path p1 = "foo/bar.xml"; path p2 = path(p1).replace_extension(".dat");