Skip to content

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

ParameterTypeDescription
srcstringSource path
dststringDestination path

Returns

Promise<void>