Home > @rushstack/node-core-library > IFileSystemCreateLinkOptions > alreadyExistsBehavior
IFileSystemCreateLinkOptions.alreadyExistsBehavior property
Specifies what to do if the path to create already exists. The default is AlreadyExistsBehavior.Error
.
Signature:
alreadyExistsBehavior?: AlreadyExistsBehavior;