
2 Jun
2005
2 Jun
'05
1:53 p.m.
Beman Dawes wrote: ...
Question: what should path("foo//bar//").string() yield?
1) "foo//bar//" 2) "foo/bar/" 3) "foo/bar/."
I personally prefer 2, and already filter these beasties using the string_algo library when I get them from environment variables. Although, I've been told the multiple slashes are required by our legacy nut-cracker laden dlls that front-end a fairly old version of gnumake. I've no idea why they are needed though. Jeff Flinn