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

Unified Diff: frog/file_system.dart

Issue 8572044: Clean and create output directory when generating docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to review. Created 9 years, 1 month 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 | « frog/README.txt ('k') | frog/file_system_dom.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/file_system.dart
diff --git a/frog/file_system.dart b/frog/file_system.dart
index 9cc6966301c7255c680fe2909bd525580e967360..e9af84177509f1537e97e8b6fe0d09e5094de7ea 100644
--- a/frog/file_system.dart
+++ b/frog/file_system.dart
@@ -15,6 +15,9 @@ interface FileSystem {
void writeString(String outfile, String text);
bool fileExists(String filename);
+
+ void createDirectory(String path, [bool recursive]);
+ void removeDirectory(String path, [bool recursive]);
}
/** Join [path1] to [path2]. */
« no previous file with comments | « frog/README.txt ('k') | frog/file_system_dom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698