File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
Moves a file or directory, even across devices.
4
4
5
5
- ` src ` ` <String> `
6
- - ` dest ` ` <String> `
6
+ - ` dest ` ` <String> ` Note: When ` src ` is a file, ` dest ` must be a file and when ` src ` is a directory, ` dest ` must be a directory.
7
7
- ` options ` ` <Object> `
8
8
- ` overwrite ` ` <boolean> ` : overwrite existing file or directory, default is ` false ` .
9
9
Original file line number Diff line number Diff line change 3
3
Moves a file or directory, even across devices.
4
4
5
5
- ` src ` ` <String> `
6
- - ` dest ` ` <String> `
6
+ - ` dest ` ` <String> ` Note: When ` src ` is a file, ` dest ` must be a file and when ` src ` is a directory, ` dest ` must be a directory.
7
7
- ` options ` ` <Object> `
8
8
- ` overwrite ` ` <boolean> ` : overwrite existing file or directory, default is ` false ` .
9
9
- ` callback ` ` <Function> `
You can’t perform that action at this time.
0 commit comments