ncp icon indicating copy to clipboard operation
ncp copied to clipboard

use fs-extra, so that files can ensureDir() their location before writing

Open Pomax opened this issue 11 years ago • 0 comments

Right now files can get copied into dirs that don't exist (yet), which can lead to FS errors. It would be a good idea to use fs-extra instead of fs, which comes with ensureDir to solve that problem

Pomax avatar Apr 01 '15 22:04 Pomax