We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fs.copyTree
Hi!
I have dir 1 which contains more than 500 files (png, svg), I'm trying to copy them into dir 2 using method copyTree:
1
2
copyTree
var qfs = require('q-io/fs`); qfs.copyTree('./1', './2').done();
I've discovered that the above shown script copies only a part of files from dir 1 and finishes silently :(
The text was updated successfully, but these errors were encountered:
A PR with a fix and a test would be quite welcome. My apologies for lacking the time to investigate this personally.
Sorry, something went wrong.
No branches or pull requests
Hi!
I have dir
1
which contains more than 500 files (png, svg), I'm trying to copy them into dir2
using methodcopyTree
:I've discovered that the above shown script copies only a part of files from dir
1
and finishes silently :(The text was updated successfully, but these errors were encountered: