copymode
copymode(
src:string,dst:string):Promise<void>
Defined in: packages/pythonlib/src/shutil.node.ts:253
Copy file mode bits from src to dst.
Parameters
| Parameter | Type | Description |
|---|---|---|
src | string | Source path |
dst | string | Destination path |
Returns
Promise<void>