mkdir-parents.h revision aeb01e4ba09e5be7a642e98ab54c4ab05cdebd86
#ifndef MKDIR_PARENTS_H
#define MKDIR_PARENTS_H
/* Create path and all the directories under it if needed. Permissions for
existing directories isn't changed. Returns 0 if ok. If directory already
exists, returns -1 with errno=EEXIST. */
directories. */
/* Like mkdir_parents_chown(), but don't actually create any parents. */
#endif