Name: js-handler/node_modules/restify/node_modules/bunyan/node_modules/mv/README.md
| 1: | [](http://travis-ci.org/superjoe30/node-mv) |
| 2: | |
| 3: | Usage: |
| 4: | ------ |
| 5: | |
| 6: | ```javascript |
| 7: | var mv; |
| 8: | |
| 9: | mv = require('mv'); |
| 10: | |
| 11: | mv('source/file', 'dest/file', function(err) { |
| 12: | // done. it tried fs.rename first, and then falls back to |
| 13: | // piping the source file to the dest file and then unlinking |
| 14: | // the source file. |
| 15: | }); |
| 16: | ``` |
