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

SharedLibrary class
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 14 Jun 2014 16:53:28 +0200
parents a811bdf8b8eb
children 517e28b420af
line wrap: on
line diff
--- a/Core/Toolbox.cpp	Sat Jun 14 16:04:15 2014 +0200
+++ b/Core/Toolbox.cpp	Sat Jun 14 16:53:28 2014 +0200
@@ -845,5 +845,12 @@
       }
     }
   }
+
+
+  bool Toolbox::IsExistingFile(const std::string& path)
+  {
+    return boost::filesystem::exists(path);
+  }
+
 }