chdir multimethod

Methods

chdir(p:Path) Source: stdlib.ngs:5402
Change directory. Uses CHDIR(2).

Parameters

pDirectory to cd to.

Returns

null
chdir(s:Str) Source: stdlib.ngs:5408
Change directory. Uses CHDIR(2).

Parameters

sDirectory to cd to.

Returns

null