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

Unified Diff: runtime/bin/directory.h

Issue 9622001: Add the ability to get the current directory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix windows Created 8 years, 9 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 7a507cc661c07e5741d1056713f54cb61278aa24..5944aeefb4bf7349da33c88d704f22d2ba0598ef 100644
--- a/runtime/bin/directory.h
+++ b/runtime/bin/directory.h
@@ -55,6 +55,8 @@ class Directory {
static ExistsResult Exists(const char* path);
+ static char* Current();
+
static bool Create(const char* path);
static int CreateTemp(const char* const_template,

Powered by Google App Engine
This is Rietveld 408576698