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

Unified Diff: runtime/bin/directory.h

Issue 9316066: Implement recursive directory deletion. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 11 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
Index: runtime/bin/directory.h
diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h
index a6ca48f4add38406dd18e34e33b26f0da71eaa3c..0350fc0a86868abdab94041a09d1e8ca6d0fffd0 100644
--- a/runtime/bin/directory.h
+++ b/runtime/bin/directory.h
@@ -32,7 +32,7 @@ class Directory {
char* os_error_message,
int os_error_message_len);
- static bool Delete(const char* path);
+ static bool Delete(const char* path, bool recursive);
DISALLOW_ALLOCATION();
DISALLOW_IMPLICIT_CONSTRUCTORS(Directory);

Powered by Google App Engine
This is Rietveld 408576698