libimobiledevice  1.3.0-dirty
API Documentation - Return to Homepage

◆ afc_remove_path()

afc_error_t afc_remove_path ( afc_client_t client,
const char * path )

Deletes a file or directory.

Parameters
clientThe client to use.
pathThe path to delete. (must be a fully-qualified path)
Returns
AFC_E_SUCCESS on success or an AFC_E_* error value.