diff Core/Toolbox.h @ 885:0570a8c859cb plugins

SharedLibrary class
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 14 Jun 2014 16:53:28 +0200
parents 8ce2f69436ca
children 743a75b14bef
line wrap: on
line diff
--- a/Core/Toolbox.h	Sat Jun 14 16:04:15 2014 +0200
+++ b/Core/Toolbox.h	Sat Jun 14 16:53:28 2014 +0200
@@ -130,5 +130,7 @@
                              const std::string& source);
 
     void CreateDirectory(const std::string& path);
+
+    bool IsExistingFile(const std::string& path);
   }
 }