| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IFileSystemCopyFilesAsyncOptions > alreadyExistsBehavior
Specifies what to do if a destination path already exists.
Signature:
alreadyExistsBehavior?: AlreadyExistsBehavior;This setting is applied individually for each file being copied. For example, AlreadyExistsBehavior.Overwrite will not recursively delete a folder whose path corresponds to an individual file that is being copied to that location.