diff Core/Toolbox.cpp @ 1014:40e5255e7dc5

integration plugins->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jul 2014 11:13:26 +0200
parents 509e146c3cb3
children 0bfeeb6d340f
line wrap: on
line diff
--- a/Core/Toolbox.cpp	Wed Jul 02 11:56:08 2014 +0200
+++ b/Core/Toolbox.cpp	Thu Jul 10 11:13:26 2014 +0200
@@ -817,5 +817,12 @@
       }
     }
   }
+
+
+  bool Toolbox::IsExistingFile(const std::string& path)
+  {
+    return boost::filesystem::exists(path);
+  }
+
 }