comparison 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
comparison
equal deleted inserted replaced
1910:c32a8fab4fc4 1911:7a05144cb919
188 188
189 bool StartsWith(const std::string& str, 189 bool StartsWith(const std::string& str,
190 const std::string& prefix); 190 const std::string& prefix);
191 191
192 int GetProcessId(); 192 int GetProcessId();
193
194 bool IsRegularFile(const std::string& path);
193 } 195 }
194 } 196 }