replace
replace(
src:string,dst:string):Promise<void>
Defined in: packages/pythonlib/src/os.node.ts:261
Replace file (atomic rename)
Parameters
| Parameter | Type |
|---|---|
src | string |
dst | string |
Returns
Promise<void>
replace(
src:string,dst:string):Promise<void>
Defined in: packages/pythonlib/src/os.node.ts:261
Replace file (atomic rename)
| Parameter | Type |
|---|---|
src | string |
dst | string |
Promise<void>