diff Core/Toolbox.h @ 1911:7a05144cb919

author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Jan 2016 17:07:22 +0100
parents b1291df2f780
children ff11ba08e5d0
line wrap: on
line diff
--- a/Core/Toolbox.h	Fri Jan 15 17:31:00 2016 +0100
+++ b/Core/Toolbox.h	Thu Jan 28 17:07:22 2016 +0100
@@ -190,5 +190,7 @@
                     const std::string& prefix);
 
     int GetProcessId();
+
+    bool IsRegularFile(const std::string& path);
   }
 }