| Index: sdk/lib/io/path.dart
|
| diff --git a/sdk/lib/io/path.dart b/sdk/lib/io/path.dart
|
| index c59017ad27dab3e49947dce0cf8fb1dc379fd260..aa42caec9ba3cc5c1c589ab05a55d72c46ccabb7 100644
|
| --- a/sdk/lib/io/path.dart
|
| +++ b/sdk/lib/io/path.dart
|
| @@ -128,6 +128,7 @@ abstract class Path {
|
| /**
|
| * Converts a path to a string using the native filesystem's conventions.
|
| *
|
| + * Always returns '.' if the path is empty.
|
| * On Windows, converts '/'s to backwards slashes, and removes
|
| * the leading '/' if the path starts with a drive specification.
|
| * For most valid Windows paths, this should be the inverse of the
|
|
|