Chromium Code Reviews
DescriptionAdd methods to dart:io Path.
Add .append, which adds a segment to the end of a Path, and
.pathWithoutExtension, which removes the extension (part after .),
from the filename at the end of a path, and returns the new path.
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=9028
Patch Set 1 #Patch Set 2 : Remove .concat method. #
Total comments: 3
Patch Set 3 : Add more tests for .relativeTo #
Total comments: 3
Patch Set 4 : Address comments. Only one method left. #Patch Set 5 : Remove pathWithoutExtension from path_test.dart. #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||||||||||||||||||||