taco-db  0.1.0
pgmkdirp.h
Go to the documentation of this file.
1 
7 #ifndef UTILS_PGMKDIRP_H
8 #define UTILS_PGMKDIRP_H
9 
10 #include "tdb.h"
11 
12 int pg_mkdir_p(char *path, int omode);
13 
14 
15 #endif // UTILS_PGMKDIRP_H
int pg_mkdir_p(char *path, int omode)
Creates a directory and, if necessary, parent directories.
Definition: pgmkdirp.cpp:65