node-robocopy icon indicating copy to clipboard operation
node-robocopy copied to clipboard

Node wrapper for Robocopy.

Results 3 node-robocopy issues
Sort by recently updated
recently updated
newest added

To detect correctly arrays, `Array.isArray()` should be preferred to `instanceof Array`. This improvement would allow node-robocopy to work correctly in more complex situations, such as when embedded in a Electron...

Can this package get updated to lodash 4.17.11 to avoid the prototype pollution?

case 'copy': { // 问题:新目录隐藏 try { robocopy({ // Specifies the path to the source directory. // source: path.join(usb.disk + ':/', 'JW7135'), // source: path.join(usb.disk + ':', 'd'), // source:...