Function gnunet_sys::GNUNET_DISK_directory_create[][src]

pub unsafe extern "C" fn GNUNET_DISK_directory_create(
    dir: *const c_char
) -> GNUNET_GenericReturnValue

Implementation of “mkdir -p”

@param dir the directory to create @returns #GNUNET_SYSERR on failure, #GNUNET_OK otherwise