mirror of
https://github.com/jprichardson/node-fs-extra.git
synced 2026-01-25 16:42:57 +00:00
commit
e8456ee00a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user