pub unsafe extern "C" fn aws_directory_create(
    dir_path: *const aws_string
) -> c_int
Expand description

Creates a directory if it doesn’t currently exist. If the directory already exists, it’s ignored and assumed successful.

Returns AWS_OP_SUCCESS on success. Otherwise, check aws_last_error().