Home > @rushstack/node-core-library > IFileSystemCopyFilesOptions
IFileSystemCopyFilesOptions interface
The options for FileSystem.copyFiles()
Signature:
export interface IFileSystemCopyFilesOptions extends IFileSystemCopyFilesAsyncOptions
Extends: IFileSystemCopyFilesAsyncOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(Optional) A callback that will be invoked for each path that is copied. The callback can return |