Skip to content
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

copySync doesn't apply the filter to directories #244

Closed
dbountsman opened this issue May 4, 2016 · 4 comments
Closed

copySync doesn't apply the filter to directories #244

dbountsman opened this issue May 4, 2016 · 4 comments

Comments

@dbountsman
Copy link

copySync has a bug, it evaluates the filter only for files. The directoies are copied unfiltered.
The asynchronous copy method evaluates the filter correct.

@paulhocker
Copy link

+1

copy uses NCP - copySync does a recursive call on itself - the smarts of NCP would need to be added to this funtion

@icefox0801
Copy link

+1

@raulggonzalez
Copy link

+1

@RyanZim
Copy link
Collaborator

RyanZim commented Oct 26, 2016

Oops, duplicate of #180.

@RyanZim RyanZim closed this as completed Oct 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants