Creates a directory on the device.
- Parameters
-
| client | The client to use to make a directory. |
| path | The 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.