Index: base/file_util.h |
=================================================================== |
--- base/file_util.h (revision 2671) |
+++ base/file_util.h (working copy) |
@@ -206,6 +206,10 @@ |
const wchar_t *working_dir, const wchar_t *arguments, |
const wchar_t *description, const wchar_t *icon, |
int icon_index); |
+ |
+// Return true if the given directory is empty |
+bool IsDirectoryEmpty(const std::wstring& dir_path); |
+ |
#endif |