Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > IFileSystemCopyFilesAsyncOptions > filter

IFileSystemCopyFilesAsyncOptions.filter property

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.

Signature:

filter?: FileSystemCopyFilesAsyncFilter | FileSystemCopyFilesFilter;