micropython_remove_dir
Remove an empty directory on a MicroPython board to manage files on ESP32 or RP2040 devices.
Instructions
MicroPython ボード上の空ディレクトリを削除する。
Args: path: 削除するディレクトリのパス
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| path | Yes | ||
| error | Yes |