Chromium Code Reviews
DescriptionSupport root-relative paths on Windows.
On Windows, a leading slash in a path means that that path should be
relative to the current drive. So for example, `join(r"C:\foo",
r"\bar")` should return "C:\bar".
R=rnystrom@google.com
BUG=14918
Committed: https://code.google.com/p/dart/source/detail?r=30295
Patch Set 1 #
Total comments: 10
Patch Set 2 : code review #
Messages
Total messages: 5 (0 generated)
|
||||||||||||||||||||||||||||