device_file_mkdir
Create a directory on the device, including any missing parents (mkdir -p). Counterpart of ios_file_mkdir. Succeeds silently if the directory already exists. Fails with the shell error if the parent is read-only — most of the filesystem is, outside /sdcard and /data/local/tmp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | Device serial number (UDID) | |
| remotePath | Yes | Absolute path of the directory to create |