Chromium Code Reviews| Index: sdk/lib/io/file_system_entity.dart |
| diff --git a/sdk/lib/io/file_system_entity.dart b/sdk/lib/io/file_system_entity.dart |
| index 16fb764718e6363fc650ee55401aade71123129c..0c853e0b53c6c836340b50ee7828c81e2f1cbbbe 100644 |
| --- a/sdk/lib/io/file_system_entity.dart |
| +++ b/sdk/lib/io/file_system_entity.dart |
| @@ -349,6 +349,8 @@ abstract class FileSystemEntity { |
| * supports watching directories. Recursive watching is supported. |
| * * `Linux`: Uses `inotify`. The implementation supports watching both |
| * files and directories. Recursive watching is not supported. |
| + * Note: When watching files directly delete events might not happen |
|
Anders Johnsen
2013/10/28 12:05:56
`,` after directly.
Søren Gjesse
2013/10/28 12:08:56
Done.
|
| + * as expected. |
| * * `Mac OS`: Uses `FSEvents`. The implementation supports watching both |
| * files and directories. Recursive watching is supported. |
| * Note: events happened slightly before calling [watch], may be part of |