Create a directory and any required parent directories.
Directories are created with default permissions as per the users umask.
@param path The path of the directory to create. @return 0 on success, or -1 on error (errno will be set).
See Implementation
Create a directory and any required parent directories.
Directories are created with default permissions as per the users umask.
@param path The path of the directory to create. @return 0 on success, or -1 on error (errno will be set).