Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.26 KB

File metadata and controls

65 lines (34 loc) · 1.26 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

filter?

FileSystemCopyFilesFilter

(Optional) A callback that will be invoked for each path that is copied. The callback can return false to cause the object to be excluded from the operation.