Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: pkg/watcher/README.md

Issue 18612013: File watching package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: "pathos" -> "path" Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/watcher/example/watch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/watcher/README.md
diff --git a/pkg/watcher/README.md b/pkg/watcher/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..75b0470f025af108beac69c5fc3c30c9bf85e2a1
--- /dev/null
+++ b/pkg/watcher/README.md
@@ -0,0 +1,2 @@
+A file watcher. It monitors (currently by polling) for changes to contents of
+directories and notifies you when files have been added, removed, or modified.
« no previous file with comments | « no previous file | pkg/watcher/example/watch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698