ios_file_move
Rename or move a file or directory on an iOS device. Both paths are inside the SAME root (the same bundleId selection as ios_file_list) — moving between an app container and the shared media directory is an ios_file_pull followed by an ios_file_push, not this. Missing parent directories of the destination are created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Absolute destination path within the same root | |
| udid | Yes | iOS device UDID | |
| bundleId | No | Bundle id of an app whose OWN container to browse (Documents/, Library/, tmp/) — the files the app itself reads and writes. Omit to use the shared media directory (photos, downloads) instead. Only apps built for testing expose a container; store-installed apps cannot. | |
| remotePath | Yes | Absolute path of the file or directory to move |