micropython_make_dir
Create a directory on a MicroPython board. Optionally create parent directories and allow existing directories.
Instructions
MicroPython ボード上にディレクトリを作成する。
Args: path: 作成するディレクトリパス parents: True のときは親ディレクトリも順に作成 exist_ok: True のときは既存ディレクトリを許容
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| parents | No | ||
| exist_ok | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| path | Yes | ||
| error | Yes | ||
| parents | Yes |