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 33Moves a file or directory, even across devices.
44
55- ` 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.
77- ` options ` ` <Object> `
88 - ` overwrite ` ` <boolean> ` : overwrite existing file or directory, default is ` false ` .
99
Original file line number Diff line number Diff line change 33Moves a file or directory, even across devices.
44
55- ` 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.
77- ` options ` ` <Object> `
88 - ` overwrite ` ` <boolean> ` : overwrite existing file or directory, default is ` false ` .
99- ` callback ` ` <Function> `
You can’t perform that action at this time.
0 commit comments