neo4j_mkdir_p

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).

extern (C)
int
neo4j_mkdir_p
(
const(char)* path
)

Meta