Function gnunet_sys::GNUNET_DISK_directory_create_for_file[][src]

pub unsafe extern "C" fn GNUNET_DISK_directory_create_for_file(
    filename: *const c_char
) -> GNUNET_GenericReturnValue

Create the directory structure for storing a file.

@param filename name of a file in the directory @returns #GNUNET_OK on success, #GNUNET_SYSERR on failure, #GNUNET_NO if directory exists but is not writeable