device_file_move
Move or rename a file or directory on the device. Counterpart of ios_file_move. Both paths must be on the SAME filesystem — moving between /sdcard and /data fails, because Android mounts them separately; copy then delete instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Absolute destination path | |
| udid | Yes | Device serial number (UDID) | |
| remotePath | Yes | Absolute path of the file or directory to move |