Skip to content

move

move(src: string, dst: string): Promise<string>

Defined in: packages/pythonlib/src/shutil.node.ts:130

Recursively move a file or directory to another location.

Parameters

ParameterTypeDescription
srcstringSource path
dststringDestination path

Returns

Promise<string>

The destination path