Home > @rushstack/node-core-library > IFileSystemCopyFileOptions
IFileSystemCopyFileOptions interface
The options for FileSystem.copyFile()
Signature:
export interface IFileSystemCopyFileOptions extends IFileSystemCopyFileBaseOptions
Extends: IFileSystemCopyFileBaseOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
destinationPath | string | The path that the object will be copied to. The path may be absolute or relative. |