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 | A pointer to a plist_t that will be populated with key-value pairs (dictionary) representing the file attributes. Free with plist_free(). |
- Returns
- AFC_E_SUCCESS on success or an AFC_E_* error value.