| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IFileSystemCopyFilesAsyncOptions
The options for FileSystem.copyFilesAsync()
Signature:
export interface IFileSystemCopyFilesAsyncOptions |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) Specifies what to do if a destination path already exists. | |||
|
boolean |
(Optional) If true, then when copying symlinks, copy the target object instead of copying the link. | ||
|
string |
The path that the files will be copied to. The path may be absolute or relative. | ||
|
(Optional) A callback that will be invoked for each path that is copied. The callback can return | |||
|
boolean |
(Optional) 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. | ||
|
string |
The starting path of the file or folder to be copied. The path may be absolute or relative. |