device_file_copy
Copy a file or directory on the device (recursive). Counterpart of ios_file_copy. Copies WITHIN the device — to move bytes to or from the host use device_file_pull / device_file_push.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Absolute destination path | |
| udid | Yes | Device serial number (UDID) | |
| remotePath | Yes | Absolute path of the source file or directory |