chdir
chdir(
p:string):void
Defined in: packages/pythonlib/src/os.shared.ts:260
Change current working directory
Parameters
| Parameter | Type |
|---|---|
p | string |
Returns
void
chdir(
p:string):void
Defined in: packages/pythonlib/src/os.shared.ts:260
Change current working directory
| Parameter | Type |
|---|---|
p | string |
void