Move mkdirp into libi3

This commit is contained in:
Deiz
2015-03-29 17:18:00 -04:00
committed by Michael Stapelberg
parent 7c2842eae4
commit fbcb227537
4 changed files with 44 additions and 36 deletions

View File

@ -434,3 +434,9 @@ char *get_exe_path(const char *argv0);
*
*/
int logical_px(const int logical);
/**
* Emulates mkdir -p (creates any missing folders)
*
*/
bool mkdirp(const char *path);