Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 5650 by [email protected]: FilePath::IsPathAbsolute vs. file_util::AbsolutePath http://code.google.com/p/chromium/issues/detail?id=5650 It looks like we have two definitions of absolute paths. IsPathAbsolute only verifies that the start of the path is at the root, whereas AbsolutePath not only roots the path, but also flattens all "." and ".." path components. I think the latter one is correct. As far as I've seen, this is the meaning of the term in other APIs and toolkits. People often use these functions as a way of testing for path equality and also for verifying path containment. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
