diff Core/Toolbox.cpp @ 1018:564e39d6df13 lua-scripting

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