
9 Mar
2009
9 Mar
'09
8:07 a.m.
Hi All! I have noticed that fs::path("/foo/boo/.").normalize == fs::path("/foo/boo/.") and but I expect fs::path("/foo/boo/.").normalize == fs::path("/foo/boo") without trailing dot. I there is a reason why trailing dot is not removed? Is that paths is not equivalents on some systems?