Skip to content

Commit

Permalink
Merge pull request #82 from newmanw/master
Browse files Browse the repository at this point in the history
README updates for move
  • Loading branch information
jprichardson committed Sep 4, 2014
2 parents af11800 + 4bdd880 commit e8456ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,14 @@ fs.mkdirsSync('/tmp/another/path');
```


### move(src, dest, callback)
### move(src, dest, [options], callback)

Moves a file or directory, even across devices.

Options:
clobber (boolean): overwrite existing file or directory
limit (number): number of concurrent moves, see ncp for more information

Example:

```javascript
Expand Down

0 comments on commit e8456ee

Please sign in to comment.