mix dala.file_ls (dala_dev v0.3.3)

Copy Markdown View Source

Lists files in a directory on a connected mobile device.

Usage

mix dala.file_ls [remote_path]

Arguments

  • remote_path - Path on the device (relative to the app's files directory,
                or absolute starting with `/`). Defaults to the app root.

Options

  • --device <id> - Target device (required when multiple devices are connected)

Examples

# List files in the app's files directory
mix dala.file_ls --device emulator-5554

# List files in a subdirectory
mix dala.file_ls data --device emulator-5554

# List files in an absolute path (rooted Android only)
mix dala.file_ls /sdcard/Download --device emulator-5554