Rolling 20220910

This commit is contained in:
jomjol
2022-09-10 23:29:19 +02:00
parent 6759164c82
commit 64b472d6bc
8 changed files with 31 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ bool ctype_space(const char c, string adddelimiter);
string getFileType(string filename);
string getFileFullFileName(string filename);
string getDirectory(string filename);
int mkdir_r(const char *dir, const mode_t mode);
int removeFolder(const char* folderPath, const char* logTag);