| Index: runtime/bin/directory.dart
|
| diff --git a/runtime/bin/directory.dart b/runtime/bin/directory.dart
|
| index 27ba97f25c92019e5fedc373ca52baf113e92e3d..01e9d1317f109e4dece95bfbee3a33d684cceb9d 100644
|
| --- a/runtime/bin/directory.dart
|
| +++ b/runtime/bin/directory.dart
|
| @@ -1,7 +1,10 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +/**
|
| + * [Directory] objects are used for working with directories.
|
| + */
|
| interface Directory default _Directory {
|
| /**
|
| * Creates a directory object. The path is either a full path or
|
|
|