
On Thu, Apr 7, 2011 at 7:16 PM, Scott McMurray <me22.ca+boost@gmail.com> wrote:
Not an argument for or against, but what is the stem and extension in 'filename.with.many.of.periods'? I think the rule you apply to this should be consistent with .file
stem: filename extension: .with.many.of.periods
Are you sure?
That's what I'd think.
"if p.filename() contains a dot but does not consist solely of one or to two dots, returns the substring of p.filename() starting at the rightmost dot and ending at the path's end. Otherwise, returns an empty path object." ~ <http://www.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/reference.html#path-extension>
Sounds like stem is "filename.with.many.of" and extension is ".periods".
Hmm, I was thinking about stuff like file.tar.gz -- Olaf