Skip to content

renames

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

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

Rename with automatic directory creation

Parameters

ParameterType
srcstring
dststring

Returns

Promise<void>