libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ afc_make_directory()

afc_error_t afc_make_directory ( afc_client_t  client,
const char *  path 
)

Creates a directory on the device.

Parameters
clientThe client to use to make a directory.
pathThe directory's path. (must be a fully-qualified path, I assume all other mkdir restrictions apply as well)
Returns
AFC_E_SUCCESS on success or an AFC_E_* error value.