Home > @rushstack/node-core-library > IFileSystemCopyFileBaseOptions
IFileSystemCopyFileBaseOptions interface
Signature:
export interface IFileSystemCopyFileBaseOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
alreadyExistsBehavior? | AlreadyExistsBehavior | (Optional) Specifies what to do if the destination path already exists. | |
sourcePath | string | The path of the existing object to be copied. The path may be absolute or relative. |