Gets information about a specific file.
- Parameters
-
client | The client to use to get the information of the file. |
path | The fully-qualified path to the file. |
file_information | Pointer to a buffer that will be filled with a NULL-terminated list of strings with the file information. Set to NULL before calling this function. Free with afc_dictionary_free(). |
- Returns
- AFC_E_SUCCESS on success or an AFC_E_* error value.