Opens a file on the device.
- Parameters
-
client | The client to use to open the file. |
filename | The file to open. (must be a fully-qualified path) |
file_mode | The mode to use to open the file. |
handle | Pointer to a uint64_t that will hold the handle of the file |
- Returns
- AFC_E_SUCCESS on success or an AFC_E_* error value.