| Index: sdk/lib/io/file.dart
|
| diff --git a/sdk/lib/io/file.dart b/sdk/lib/io/file.dart
|
| index 2e9df8e2e722e31382204c101374ef8018baeef5..b7bfea2ab0092347201321cd58f72e2634013bc7 100644
|
| --- a/sdk/lib/io/file.dart
|
| +++ b/sdk/lib/io/file.dart
|
| @@ -81,8 +81,10 @@ abstract class File implements FileSystemEntity {
|
|
|
| /**
|
| * Get a [Directory] object for the directory containing this
|
| - * file.
|
| + * file. Deprecated: Replaced by [FileSystemEntity.parent].
|
| + * Will be removed on Oct 25, 2013.
|
| */
|
| + @deprecated
|
| Directory get directory;
|
|
|
| /**
|
|
|