Skip to content

replace

replace(src: string, dst: string): Promise<void>

Defined in: packages/pythonlib/src/os.node.ts:261

Replace file (atomic rename)

Parameters

ParameterType
srcstring
dststring

Returns

Promise<void>