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
| Parameter | Type | Description |
|---|---|---|
src | string | Source path |
dst | string | Destination path |
Returns
Promise<string>
The destination path