Move mkdirp into libi3
This commit is contained in:
@ -452,3 +452,9 @@ char *resolve_tilde(const char *path);
|
||||
*
|
||||
*/
|
||||
char *get_config_path(const char *override_configpath, bool use_system_paths);
|
||||
|
||||
/**
|
||||
* Emulates mkdir -p (creates any missing folders)
|
||||
*
|
||||
*/
|
||||
bool mkdirp(const char *path);
|
||||
|
Reference in New Issue
Block a user