method CopyOptions.filter
Jump to headingCopyOptions.filter(source: string,destination: string,): boolean | Promise<boolean>
Function to filter copied files/directories. Return
true
to copy the item, false
to ignore it.
Parameters Jump to heading
Jump to headingsource: string
Jump to headingdestination: string
Return Type Jump to heading
boolean | Promise<boolean>