pub unsafe extern "C" fn aws_directory_entry_iterator_new(
allocator: *mut aws_allocator,
path: *const aws_string
) -> *mut aws_directory_iterator
Expand description
Creates a read-only iterator of a directory starting at path. If path is invalid or there’s any other error condition, NULL will be returned. Call aws_last_error() for the exact error in that case.