FileSystemService.moveEntry Method
Moves the file or folder with the specified ID.
Parameters
- id
-
Type: String
The ID of the file or folder to move.
- targetId
-
Type: String
The target ID of the folder to move the specified file or folder to.
- overwrite
-
Type: Boolean
(optional) If a file with the same name already exists, setting this flag will overwrite the existing file.
Optional: True
Return Value
Type: jQuery.Promise
A promise object that is resolved when the call is complete.