micropython_rename_path
Rename or move files and directories on a MicroPython board to update paths for code execution and device file management.
Instructions
MicroPython ボード上のパスを rename/move する。
Args: src: 移動元パス dst: 移動先パス
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dst | Yes | ||
| src | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| dst | Yes | ||
| src | Yes | ||
| error | Yes |