We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af35401 commit ce29957Copy full SHA for ce29957
docs/move-sync.md
@@ -3,7 +3,7 @@
3
Moves a file or directory, even across devices.
4
5
- `src` `<String>`
6
-- `dest` `<String>`
+- `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
- `options` `<Object>`
8
- `overwrite` `<boolean>`: overwrite existing file or directory, default is `false`.
9
docs/move.md
- `callback` `<Function>`
0 commit comments