Implement mkpath
This commit is contained in:
@@ -118,4 +118,6 @@ static inline std::string methodName(const std::string& prettyFunction)
|
||||
return prettyFunction.substr(begin,end) + "()";
|
||||
}
|
||||
|
||||
bool mkpath(std::string path, int mode = 0777);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user