nx.js
NamespacesSwitchFunctions

chdir

chdir(dir): void

Changes the current working directory to the specified path.

Parameters

ParameterType
dirPathLike

Returns

void

Example

Switch.chdir('sdmc:/switch/awesome-app/images');

On this page