movefile
v0.2.1
Published
rename implementation working over devices
Downloads
9
Readme
Movefile
Movefile is a rename implementation working over device (linux and BSD only).
installation
npm install movefilemake and python are required to compile movefile.
Using Movefile
var mv = require('movefile');
mv.move('file/to/move', 'where/to/move');