copystat
copystat(
src:string,dst:string):Promise<void>
Defined in: packages/pythonlib/src/shutil.node.ts:264
Copy all stat info (mode bits, atime, mtime, flags) from src to dst.
Parameters
| Parameter | Type | Description |
|---|---|---|
src | string | Source path |
dst | string | Destination path |
Returns
Promise<void>