Renames a file or directory on the device.
- Parameters
-
| client | The client to have rename. |
| from | The name to rename from. (must be a fully-qualified path) |
| to | The new name. (must also be a fully-qualified path) |
- Returns
- AFC_E_SUCCESS on success or an AFC_E_* error value.