Home > @rushstack/node-core-library > IFileSystemCopyFilesAsyncOptions > preserveTimestamps
IFileSystemCopyFilesAsyncOptions.preserveTimestamps property
If true, then the target object will be assigned "last modification" and "last access" timestamps that are the same as the source. Otherwise, the OS default timestamps are assigned.
Signature:
preserveTimestamps?: boolean;