chdir
chdir(dir): void
Changes the current working directory to the specified path.
Parameters
| Parameter | Type |
|---|---|
dir | PathLike |
Returns
void
Example
Switch.chdir('sdmc:/switch/awesome-app/images');chdir(dir): void
Changes the current working directory to the specified path.
| Parameter | Type |
|---|---|
dir | PathLike |
void
Switch.chdir('sdmc:/switch/awesome-app/images');