Gets a directory listing of the directory requested.
- Parameters
-
client | The client to get a directory listing from. |
path | The directory for listing. (must be a fully-qualified path) |
directory_information | A char list of files in the directory terminated by an empty string or NULL if there was an error. Free with afc_dictionary_free(). |
- Returns
- AFC_E_SUCCESS on success or an AFC_E_* error value.