copy-file
Fast, simple file copying
Usage
npm install fast-copy-file
var copyFile = require('fast-copy-file');
copyFile(from, to, function (err) {
});
Simple file copying
Fast, simple file copying
npm install fast-copy-file
var copyFile = require('fast-copy-file');
copyFile(from, to, function (err) {
});