Node-fs-extra: Support glob patterns

Created on 18 Nov 2016  路  5Comments  路  Source: jprichardson/node-fs-extra

fs.copySync('./{foo,bar}.js', './tmp');
fs.copySync('./foo.*', './tmp');

It would be nice to implement these patterns

enhancement wont-fix

Most helpful comment

@RyanZim after three years from the last response, do you think maybe this is going to develop this year?

Thanks

All 5 comments

This is something we might implement in the far-distant future. Implementing this will involve a lot of work. As far as time-frame, I would say it will be at least several years until we support this. For now, just use the glob or globby modules.

@RyanZim after three years from the last response, do you think maybe this is going to develop this year?

Thanks

Figuring out how this is going to work will be a major undertaking. I, for myself, don't see myself having the necessary time to do this.

Given the complexity of this, I'm going to close this out as wontfix.

Sad to see the wont-fix tag because this is exactly what I need right now. Well, a massive function it is then. 馃槬

Was this page helpful?
0 / 5 - 0 ratings