-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exclude filter in fs.copy #65
Comments
Sure, pass in a fs.copy(src, dest, regexp, callback) |
@jprichardson Arn't the RegExp's include filters? Difference being that the result needs to be |
Should we use /.mp3/ regex in case of only copying the mp3s? |
Passing a function as the third argument (RegEx is deprecated) where the return value indicates whether to copy the file/directory or not. True copies, false does not. |
Is it possible to exclude certain files in fs.copy? Say I want to exclude .css files?
Thanks
The text was updated successfully, but these errors were encountered: