Add exists and mkdir to fileHelper
This commit is contained in:
@@ -12,6 +12,8 @@ namespace Recon
|
||||
std::string getPath(const std::string &aFullPath);
|
||||
bool endsWithMat(const std::string &aStr);
|
||||
bool isDirectory(const std::string &aPath);
|
||||
bool exists(const std::string &aPath);
|
||||
bool mkdir(const std::string &aPath);
|
||||
std::string fixPathSlash(const std::string& aPath);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user