diff Core/Toolbox.h @ 803:4689e400e0fa

directory to store the results of the unit tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 May 2014 09:29:11 +0200
parents ecedd89055db
children 8ce2f69436ca
line wrap: on
line diff
--- a/Core/Toolbox.h	Tue May 06 17:09:32 2014 +0200
+++ b/Core/Toolbox.h	Wed May 07 09:29:11 2014 +0200
@@ -126,5 +126,7 @@
     void DecodeDataUriScheme(std::string& mime,
                              std::string& content,
                              const std::string& source);
+
+    void CreateDirectory(const std::string& path);
   }
 }