micropython_list_files
List files and directories on a connected MicroPython board's filesystem to inspect storage, verify uploads, or locate files before reading, writing, or deleting them.
Instructions
MicroPython ボードのファイルシステム上のファイル/ディレクトリを一覧表示
Args: path: 一覧表示するディレクトリのパス (デフォルト: "/")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | / |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| path | Yes | ||
| error | Yes | ||
| entries | Yes |